diff options
author | Phil Blundell <philb@gnu.org> | 2010-03-09 20:38:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2010-03-09 20:38:16 +0000 |
commit | 0135ae31d148e2175a0d7d9a92180d70b4a8e0b5 (patch) | |
tree | f24197dfc809800b4720d0a0a9bed305be581aea /recipes/gtk+/gtk+_2.18.6.bb | |
parent | 6be933980ea93350556e8f06c42493a9f7ce76af (diff) |
gtk+: remove special-casing for native installation, declare provider for gdk-pixbuf-csource-native when building natively
(based on original patch from Graeme Gregory <dp@xora.org.uk> with minor edits)
Diffstat (limited to 'recipes/gtk+/gtk+_2.18.6.bb')
-rw-r--r-- | recipes/gtk+/gtk+_2.18.6.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/gtk+/gtk+_2.18.6.bb b/recipes/gtk+/gtk+_2.18.6.bb index 9321b43dfa..8546591187 100644 --- a/recipes/gtk+/gtk+_2.18.6.bb +++ b/recipes/gtk+/gtk+_2.18.6.bb @@ -8,20 +8,14 @@ PR = "${INC_PR}.3" BBCLASSEXTEND = "native" DEPENDS_virtclass-native = "libpng-native atk-native pango-native cairo-native libxrender-native" +PROVIDES_virtclass-native = "gdk-pixbuf-csource-native" # Enable xkb selectively XKBTOGGLE = " --disable-xkb" XKBTOGGLE_angstrom = "" EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes" -EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-modules" - -do_install_virtclass-native () { - autotools_do_install - find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \; - rm ${D}${bindir}/gdk-pixbuf-csource - echo "going native!" -} +EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg" PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*" |