The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / metacity / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/metacity/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/metacity/Config.in
new file mode 100644 (file)
index 0000000..833a091
--- /dev/null
@@ -0,0 +1,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.