gdk-pixbuf-csource-native: depend on libx11-native to get X headers
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Oct 2008 13:44:11 +0000 (15:44 +0200)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Oct 2008 13:44:11 +0000 (15:44 +0200)
packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb

index 2af16a3..c7abc18 100644 (file)
@@ -1,6 +1,6 @@
 require gtk+_${PV}.bb
 inherit native
-DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native"
+DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-native"
 S = "${WORKDIR}/gtk+-${PV}"
 FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files"
 SRC_URI += "file://reduce-dependencies.patch;patch=1"