hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.