summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-02 17:13:54 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-05 22:49:35 -0700
commitd8fd28626fa68f6200c57adba2672e8df9d56231 (patch)
tree60edda5eab554d58a6d76502f507f3c0e86a116f /meta-oe
parent9747a1db799de0d59ca925870e9bd9b23391ebc3 (diff)
downloadmeta-openembedded-d8fd28626fa68f6200c57adba2672e8df9d56231.tar.gz
libgxim: Enable debug mode
This helps compile because it uses gdk_x11_atom_to_xatom_for_display() in libgxim/gximcore.c unconditionally but guards use of gdk/gdkx.h via GNOME_ENABLE_DEBUG Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb
index 80ab730406..2d93936f37 100644
--- a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb
+++ b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb
@@ -23,7 +23,7 @@ LICENSE = "LGPL-2.0-or-later"
23LIC_FILES_CHKSUM = "\ 23LIC_FILES_CHKSUM = "\
24file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 24file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
25 25
26EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum" 26EXTRA_OECONF = "--enable-debug --disable-static --disable-rebuilds --enable-compile-warnings=minimum"
27DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native" 27DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native"
28 28
29inherit features_check autotools pkgconfig gettext 29inherit features_check autotools pkgconfig gettext