package/metacity: fix build with NLS
Fixes:
- http://autobuild.buildroot.org/results/c7a12e45c774905d4253db35c35c208d3f21ad49
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 2c81486967
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7064d9ed89
commit
bf10e2ddcc
@ -26,7 +26,10 @@ METACITY_DEPENDENCIES = libgtk2 \
|
|||||||
xlib_libXcomposite \
|
xlib_libXcomposite \
|
||||||
xlib_libXfixes \
|
xlib_libXfixes \
|
||||||
xlib_libXrender \
|
xlib_libXrender \
|
||||||
xlib_libXdamage
|
xlib_libXdamage \
|
||||||
|
$(TARGET_NLS_DEPENDENCIES)
|
||||||
|
|
||||||
|
METACITY_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XLIB_LIBXCURSOR),y)
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXCURSOR),y)
|
||||||
METACITY_DEPENDENCIES += xlib_libXcursor
|
METACITY_DEPENDENCIES += xlib_libXcursor
|
||||||
|
Loading…
Reference in New Issue
Block a user