Update Buildroot 2019.02.8
This commit is contained in:
@@ -14,3 +14,5 @@ config BR2_PACKAGE_METACITY
|
||||
select BR2_PACKAGE_XLIB_LIBXFT
|
||||
help
|
||||
Metacity is a window manager for the X Window System.
|
||||
|
||||
https://wiki.gnome.org/Projects/Metacity
|
||||
|
||||
@@ -26,7 +26,10 @@ METACITY_DEPENDENCIES = libgtk2 \
|
||||
xlib_libXcomposite \
|
||||
xlib_libXfixes \
|
||||
xlib_libXrender \
|
||||
xlib_libXdamage
|
||||
xlib_libXdamage \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
METACITY_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XLIB_LIBXCURSOR),y)
|
||||
METACITY_DEPENDENCIES += xlib_libXcursor
|
||||
|
||||
Reference in New Issue
Block a user