mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-09 06:10:17 +03:00
Add an upstream URL to the help text in Config.in. This
addresses the 'Missing' URL status in the package stats
web page output.
Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit d6026cb101)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
638 B
Plaintext
19 lines
638 B
Plaintext
config BR2_PACKAGE_METACITY
|
|
bool "metacity"
|
|
depends on BR2_PACKAGE_LIBGTK2
|
|
depends on BR2_PACKAGE_XORG7
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
# Metacity configure.ac pretends it can be built without
|
|
# Composite, but in reality, it doesn't build.
|
|
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
|
|
select BR2_PACKAGE_XLIB_LIBXFIXES
|
|
select BR2_PACKAGE_XLIB_LIBXRENDER
|
|
select BR2_PACKAGE_XLIB_LIBXDAMAGE
|
|
# We do not directly depend on Xft, but they are needed to get
|
|
# Xft support in Pango, which we require.
|
|
select BR2_PACKAGE_XLIB_LIBXFT
|
|
help
|
|
Metacity is a window manager for the X Window System.
|
|
|
|
https://wiki.gnome.org/Projects/Metacity
|