e_dbus: depends on dbus-x11; otherwise dbus stuff won't work.
This commit is contained in:
parent
82808fe0e5
commit
b35eaf7090
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'e_dbus'
|
||||
pkgname=e_dbus
|
||||
version=1.7.9
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="libtool pkg-config"
|
||||
makedepends="dbus-devel ecore-devel>=${version} evas-devel>=${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -33,6 +33,7 @@ e_dbus-devel_package() {
|
|||
}
|
||||
|
||||
e_dbus_package() {
|
||||
depends="dbus-x11"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue