]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
gobject-introspection: Create strong dependency from devel to main package.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Oct 2010 18:29:24 +0000 (20:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Oct 2010 18:29:24 +0000 (20:29 +0200)
pkgs/core/gobject-introspection/gobject-introspection.nm

index 9aa0e271a86a861c1455413fa2a836c999664c32..97ee77a50af36154eb8333beed2a02e545d15435 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = gobject-introspection
 PKG_VER        = 0.9.3
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = Development/Libraries 
@@ -37,6 +37,8 @@ PKG_SUMMARY    = Introspection system for GObject-based libraries.
 PKG_BUILD_DEPS+= bison cairo-devel flex glib2-devel libffi-devel libtool \
        pkg-config python-devel
 
+PKG_DEPS-$(PKG_NAME_REAL)-devel += $(PKG_NAME_REAL)
+
 define PKG_DESCRIPTION
        GObject Introspection can scan C header and source files in order \
        to generate introspection "typelib" files. It also provides an API to \