mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 09:35:41 +00:00
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>
This commit is contained in:
parent
9747a1db79
commit
d8fd28626f
@ -23,7 +23,7 @@ LICENSE = "LGPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum"
|
||||
EXTRA_OECONF = "--enable-debug --disable-static --disable-rebuilds --enable-compile-warnings=minimum"
|
||||
DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native"
|
||||
|
||||
inherit features_check autotools pkgconfig gettext
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user