]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libxcb: Update package to be built with the new version of the buildsystem.
authorSchantl Stefan <Stevee@ipfire.org>
Sat, 11 Sep 2010 17:18:49 +0000 (19:18 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Sat, 11 Sep 2010 17:18:49 +0000 (19:18 +0200)
pkgs/core/libxcb/libxcb.nm

index 79736fadc62e73a3fb78a1d1d07aaabb782cba49..d3dec855fd66150d1c72b0ced51f731aa61c6549 100644 (file)
@@ -34,8 +34,11 @@ PKG_URL        = http://xcb.freedesktop.org/
 PKG_LICENSE    = MIT
 PKG_SUMMARY    = A C binding to the X11 protocol.
 
-PKG_BUILD_DEPS+= autoconf automake pkg-config xcb-proto xorg-x11-proto-devel
-PKG_DEPS      += libXau libxslt python
+PKG_BUILD_DEPS+= autoconf automake libtool pkg-config libXau-devel \
+       libxslt-devel python-devel xcb-proto xorg-x11-proto-devel
+PKG_DEPS      += libXau libxslt
+
+PKG_PACKAGES  += $(PKG_NAME)-devel
 
 define PKG_DESCRIPTION
        The X protocol C-language Binding (XCB) is a replacement for Xlib \