diff options
author | Ross Burton <ross.burton@intel.com> | 2019-04-04 23:16:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-05 17:32:50 +0100 |
commit | 8217b477a10d608fe37f1151c12996a594c0fba8 (patch) | |
tree | 0930dd5398ab303c00193521bebf4cf2515cc517 /meta | |
parent | d541a3072672d5bf9f7c7d4ade83c038b9d644b8 (diff) | |
download | poky-8217b477a10d608fe37f1151c12996a594c0fba8.tar.gz |
gtk+: update for new catalog path
The XML catalogue is now at the canonical path, ${sysconfdir}/xml/catalog.
(From OE-Core rev: d7c0e9d1800912a0f35fb554d54945b728a04a6f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index 14ed8d812c..d6d14a79d5 100644 --- a/meta/recipes-gnome/gtk+/gtk+.inc +++ b/meta/recipes-gnome/gtk+/gtk+.inc | |||
@@ -26,7 +26,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'directfb x11', d)}" | |||
26 | PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}" | 26 | PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}" |
27 | # without --with-gdktarget=directfb it will check for cairo-xlib which isn't available without X11 DISTRO_FEATURE | 27 | # without --with-gdktarget=directfb it will check for cairo-xlib which isn't available without X11 DISTRO_FEATURE |
28 | PACKAGECONFIG[directfb] = "--with-gdktarget=directfb,,directfb" | 28 | PACKAGECONFIG[directfb] = "--with-gdktarget=directfb,,directfb" |
29 | PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" | 29 | PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog, --disable-man, libxslt-native xmlto-native" |
30 | 30 | ||
31 | inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache gobject-introspection manpages | 31 | inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache gobject-introspection manpages |
32 | 32 | ||