1config BR2_PACKAGE_METACITY 2 bool "metacity" 3 depends on BR2_PACKAGE_LIBGTK2 4 depends on BR2_PACKAGE_XORG7 5 select BR2_PACKAGE_XLIB_LIBX11 6 # Metacity configure.ac pretends it can be built without 7 # Composite, but in reality, it doesn't build. 8 select BR2_PACKAGE_XLIB_LIBXCOMPOSITE 9 select BR2_PACKAGE_XLIB_LIBXFIXES 10 select BR2_PACKAGE_XLIB_LIBXRENDER 11 select BR2_PACKAGE_XLIB_LIBXDAMAGE 12 # We do not directly depend on Xft, but they are needed to get 13 # Xft support in Pango, which we require. 14 select BR2_PACKAGE_XLIB_LIBXFT 15 help 16 Metacity is a window manager for the X Window System. 17 18 https://wiki.gnome.org/Projects/Metacity 19