summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Fernandes2017-08-15 17:08:17 +0800
committerGavin Fernandes2017-08-15 17:08:17 +0800
commit2a4b2073ecad65245ca0adfc0aca37128dff254f (patch)
tree7359996409cd027f6a072b1b7e1ef5e3fd49c5c3
parent926ae5551cf55f33b2fe295eeea2e241e16f7708 (diff)
downloadaur-2a4b2073ecad65245ca0adfc0aca37128dff254f.tar.gz
Removed the unnecessary 'wayland' dependency
Also removed packages from optdepends that were already present in depends. (Thanks to AJSlye for pointing it out)
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6142cf8f6b5..1bffb428ecb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="http://www.enlightenment.org"
license=('BSD')
depends=('efl-git' 'xcb-util-keysyms' 'shared-mime-info'
'desktop-file-utils' 'udisks2' 'ttf-font'
- 'wayland' 'xorg-server-xwayland')
+ 'xorg-server-xwayland')
[[ ! $(pacman -T bluez-libs) ]] && depends+=('bluez-libs') #l2ping support in enlightenment_sys is detected at build time
makedepends=('git')
optdepends=('acpid: power events on laptop lid close'
@@ -21,8 +21,7 @@ optdepends=('acpid: power events on laptop lid close'
'connman: network module'
'gdb: create backtraces on crash'
'geoclue2: geolocation module'
- 'packagekit: packagekit module'
- 'xorg-server-xwayland: xwayland module')
+ 'packagekit: packagekit module')
provides=("$_pkgname=$pkgver" 'notification-daemon')
conflicts=("$_pkgname")
backup=('etc/enlightenment/sysactions.conf'