mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
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>
This commit is contained in:
parent
7ea64484d4
commit
2c81486967
@ -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…
x
Reference in New Issue
Block a user