[oe-commits] org.oe.dev gdk-pixbuf-csource-native: DEPENDS on libpng-native and jpeg-native

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Sep 17 18:49:06 UTC 2007


gdk-pixbuf-csource-native: DEPENDS on libpng-native and jpeg-native

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 50f023d7a5c14c8fa7ea9034e667f602a8eb74c6
ViewMTN: http://monotone.openembedded.org/revision/info/50f023d7a5c14c8fa7ea9034e667f602a8eb74c6
Files:
1
packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
Diffs:

#
# mt diff -rc542a82c23a94ecd52e25c1f41009e9a1bb14fbf -r50f023d7a5c14c8fa7ea9034e667f602a8eb74c6
#
# 
# 
# patch "packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb"
#  from [6b749d9ef772b8e60588711e9d902b4292a7e84b]
#    to [3c5317edbfb2de05bfdcc53497f5a76d49e833db]
# 
============================================================
--- packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb	6b749d9ef772b8e60588711e9d902b4292a7e84b
+++ packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb	3c5317edbfb2de05bfdcc53497f5a76d49e833db
@@ -1,6 +1,6 @@ inherit native
 require gtk+_${PV}.bb
 inherit native
-DEPENDS = ""
+DEPENDS = "jpeg-native libpng-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"
@@ -14,6 +14,8 @@ EXTRA_OECONF = "\
   --without-x \
   --with-gdktarget=linux-fb \
   --without-libtiff \
+  --with-libjpeg \
+  --with-libpng \
 "
 
 do_compile() {






More information about the Openembedded-commits mailing list