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+.inc | |
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+.inc')
-rw-r--r-- | recipes/gtk+/gtk+.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gtk+/gtk+.inc b/recipes/gtk+/gtk+.inc index e6a0684fcc..268657be0e 100644 --- a/recipes/gtk+/gtk+.inc +++ b/recipes/gtk+/gtk+.inc @@ -5,7 +5,7 @@ SECTION = "libs" LICENSE = "LGPL" PRIORITY = "optional" DEPENDS = "glib-2.0 tiff pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt cups \ - libxrandr libxdamage libxrender libxcomposite cairo jasper" + libxrandr libxdamage libxrender libxcomposite cairo jasper gtk+-native" PROVIDES = "gdk-pixbuf" MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |