mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/libgtk2: fix build with NLS
Fixes:
- http://autobuild.buildroot.org/results/20644475a745c04fec4a87c639bd13e4f333805a
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 81c126bc8f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
376c8446eb
commit
011eec29a4
@@ -21,7 +21,10 @@ LIBGTK2_CONF_ENV = \
|
||||
|
||||
LIBGTK2_CONF_OPTS = --disable-glibtest --enable-explicit-deps=no
|
||||
|
||||
LIBGTK2_DEPENDENCIES = host-pkgconf host-libgtk2 libglib2 cairo pango atk gdk-pixbuf
|
||||
LIBGTK2_DEPENDENCIES = host-pkgconf host-libgtk2 libglib2 cairo pango atk \
|
||||
gdk-pixbuf $(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
LIBGTK2_MAKE_OPTS = LIBS=$(TARGET_NLS_LIBS)
|
||||
|
||||
# Xorg dependencies
|
||||
LIBGTK2_CONF_OPTS += \
|
||||
|
||||
Reference in New Issue
Block a user