diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-22 15:44:11 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-22 15:44:11 +0200 |
commit | f77c2e4e5955db5903cbe87b8351f58f108373ba (patch) | |
tree | 3a898bc495e472c2a46af3efa7e68830de53fb40 /packages | |
parent | 976dcd1843d07fd2c2ee4aacc408c5528f434ae0 (diff) |
gdk-pixbuf-csource-native: depend on libx11-native to get X headers
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb b/packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb index 2af16a344b..c7abc18855 100644 --- a/packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb +++ b/packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb @@ -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" |