Skip to content
Snippets Groups Projects
Commit 6bd7e0ff authored by Natanael Copa's avatar Natanael Copa
Browse files

main/dbus: fix build deps

parent bc428b22
No related branches found
No related tags found
No related merge requests found
...@@ -10,14 +10,19 @@ license="GPL custom" ...@@ -10,14 +10,19 @@ license="GPL custom"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-x11" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-x11"
triggers="$pkgname.trigger=/etc/dbus-1/system.d" triggers="$pkgname.trigger=/etc/dbus-1/system.d"
depends= depends=
makedepends="expat-dev libx11-dev util-linux-dev"
depends_dev="util-linux-dev" depends_dev="util-linux-dev"
makedepends="$depends_dev expat-dev libx11-dev autoconf automake libtool"
install="$pkgname.pre-install $pkgname.post-install" install="$pkgname.pre-install $pkgname.post-install"
source="http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz source="http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
fix-int64-print.patch fix-int64-print.patch
$pkgname.initd $pkgname.initd
" "
prepare() {
default_prepare
autoreconf -vif
}
build() { build() {
cd "$srcdir"/$pkgname-$pkgver cd "$srcdir"/$pkgname-$pkgver
./configure \ ./configure \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment