mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user