metacity_2.22.0.bb 485 B

1234567891011121314151617
  1. SECTION = "x11/wm"
  2. DESCRIPTION = "Metacity is the boring window manager for the adult in you."
  3. LICENSE = "GPL"
  4. DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-csource-native"
  5. PR = "r3"
  6. inherit gnome update-alternatives
  7. ALTERNATIVE_NAME = "x-window-manager"
  8. ALTERNATIVE_LINK = "${bindir}/x-window-manager"
  9. ALTERNATIVE_PATH = "${bindir}/metacity"
  10. ALTERNATIVE_PRIORITY = "10"
  11. EXTRA_OECONF += "--disable-verbose \
  12. --disable-xinerama"
  13. FILES_${PN} += "${datadir}/themes"