2007-01-15 23:34:53 +01:00
|
|
|
config BR2_PACKAGE_METACITY
|
|
|
|
bool "metacity"
|
2010-05-25 22:42:14 +02:00
|
|
|
depends on BR2_PACKAGE_LIBGTK2
|
2009-07-17 14:34:22 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2013-01-06 12:29:34 +01:00
|
|
|
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
|
2007-01-15 23:34:53 +01:00
|
|
|
help
|
|
|
|
Metacity is a window manager for the X Window System.
|