]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed a dep.
authorBenjamin Schweikert <trikolon@ipfire.org>
Wed, 3 Feb 2010 16:38:17 +0000 (17:38 +0100)
committerBenjamin Schweikert <trikolon@ipfire.org>
Wed, 3 Feb 2010 16:38:17 +0000 (17:38 +0100)
pkgs/core/dbus-glib/dbus-glib.nm

index c96fe2c65c900179309d4fa1c4273df726ae486c..c5659148d3b190edef82cbe2c9543a099b15a753 100644 (file)
@@ -34,7 +34,8 @@ PKG_URL        = http://www.freedesktop.org/software/dbus/
 PKG_LICENSE    = GPLv2+ AFL
 PKG_SUMMARY    = Glib bindings for D-Bus.
 
-PKG_DEPS      += dbus glib2 expat pkg-config
+PKG_BUILD_DEPS+ pkg-config
+PKG_DEPS      += dbus glib2 expat
 
 define PKG_DESCRIPTION
        D-Bus add-on library to integrate the standard D-Bus library with \