]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dbus-glib: Add runtime dependency glib2-devel for devel package.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2011 23:25:10 +0000 (00:25 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2011 23:25:10 +0000 (00:25 +0100)
pkgs/core/dbus-glib/dbus-glib.nm

index f5051bb9f343ac2cee63f91a7167edd0af549316..47af08c481ede5c5fe52e855631c3b5f616f2cb1 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = dbus-glib
 PKG_VER        = 0.82
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Libraries
@@ -35,6 +35,7 @@ PKG_LICENSE    = GPLv2+ AFL
 PKG_SUMMARY    = Glib bindings for D-Bus.
 
 PKG_BUILD_DEPS+= dbus dbus-devel expat-devel gettext glib2-devel pkg-config
+PKG_DEPS-$(PKG_NAME)-devel = glib2-devel
 
 define PKG_DESCRIPTION
        D-Bus add-on library to integrate the standard D-Bus library with \