From: Michael Tremer Date: Fri, 8 Oct 2010 18:29:24 +0000 (+0200) Subject: gobject-introspection: Create strong dependency from devel to main package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09bf765a519d4d3b6bbffc7244cf0089298d4b5;p=ipfire-3.x.git gobject-introspection: Create strong dependency from devel to main package. --- diff --git a/pkgs/core/gobject-introspection/gobject-introspection.nm b/pkgs/core/gobject-introspection/gobject-introspection.nm index 9aa0e271a..97ee77a50 100644 --- a/pkgs/core/gobject-introspection/gobject-introspection.nm +++ b/pkgs/core/gobject-introspection/gobject-introspection.nm @@ -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 \