# HG changeset patch # User Christopher Rogers # Date 1287621939 0 # Node ID b50762c8742bb2606786095f0e7683fdf84e09a8 # Parent 4606cb6a6f69b51ca113eba675532f3b902b7228 Added libxcb to libxcb-dev depends. diff -r 4606cb6a6f69 -r b50762c8742b libxcb-dev/receipt --- a/libxcb-dev/receipt Thu Oct 21 00:43:33 2010 +0000 +++ b/libxcb-dev/receipt Thu Oct 21 00:45:39 2010 +0000 @@ -4,16 +4,15 @@ VERSION="1.7" CATEGORY="development" SHORT_DESC="libxcb development files" -DEPENDS="libpthread-stubs" +DEPENDS="libxcb libpthread-stubs" MAINTAINER="mallory@sweetpeople.org" WANTED="libxcb" WEB_SITE="http://xcb.freedesktop.org" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib + mkdir -p $fs/usr/lib cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/lib/*.*a $fs/usr/lib cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib