blob: d8c8b53896a52070b4ed16ed59aaaece0e05d60f [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001SECTION = "x11/wm"
2SUMMARY = "Metacity is the boring window manager for the adult in you"
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b4cce53560b8e619ffa7c830fb8761aa \
5 file://src/include/main.h;endline=24;md5=72148ede07a6dadd01de6a882d20a9ad"
6
7PE = "1"
8
9DEPENDS = " \
10 gdk-pixbuf-native \
11 gtk+3 \
12 gsettings-desktop-schemas \
13 startup-notification \
14 libcanberra \
15 libgtop \
16"
17
18
19# depends on startup-notification which depends on virtual/libx11
20REQUIRED_DISTRO_FEATURES = "x11"
21
22inherit gnomebase gsettings gettext upstream-version-is-even features_check
23
24SRC_URI[archive.md5sum] = "c0c10204e4d6d024cb413042c1de316b"
25SRC_URI[archive.sha256sum] = "31c7d1045c390afb3bf405735b0b26c459197cbf43af37c469eb8918ce3a453d"
26SRC_URI += "file://0001-drop-zenity-detection.patch"
27
28PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
29# enable as neccessary until new warnings are dealt with
30PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,,"
31
32FILES_${PN} += " \
33 ${datadir}/themes \
34 ${datadir}/gnome-control-center \
35 ${datadir}/gnome\
36"
37
38RDEPENDS_${PN} += "gsettings-desktop-schemas"