From: Rod Whitby Date: Fri, 27 Apr 2007 10:56:52 +0000 (+0000) Subject: libxcb: adding DEPENDS on libxslt-native to fix configuration problem building on... X-Git-Tag: Release-2010-05/1~8868^2~660^2~32^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cebc0053bda4ee84ce3f2b44f5b884a33645d348;p=openembedded.git libxcb: adding DEPENDS on libxslt-native to fix configuration problem building on Debian Sarge host without xsltproc installed. --- diff --git a/packages/xcb/libxcb_0.9.93.bb b/packages/xcb/libxcb_0.9.93.bb index 26eea1d576..aba8d921a3 100644 --- a/packages/xcb/libxcb_0.9.93.bb +++ b/packages/xcb/libxcb_0.9.93.bb @@ -2,10 +2,10 @@ DESCRIPTION = "XCB: an X protocol C binding" SECTION = "x11/libs" LICENSE = "MIT-X" HOMEPAGE = "http://xcb.freedesktop.org" -PR = "r0" +PR = "r1" PARALLEL_MAKE = "" -DEPENDS = "xcb-proto libxau" +DEPENDS = "xcb-proto libxau xslt-native" # DEPENDS += "xsltproc-native gperf-native" SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2"