blob: a5c7047407d70b2d6db524e7d90ceeafe56dcc32 [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 \
Andrew Geissler69721092021-07-23 12:57:00 -040016 libxres \
17 libxpresent \
Brad Bishope42b3e32020-01-15 22:08:42 -050018"
19
20
21# depends on startup-notification which depends on virtual/libx11
22REQUIRED_DISTRO_FEATURES = "x11"
23
24inherit gnomebase gsettings gettext upstream-version-is-even features_check
25
Andrew Geissler69721092021-07-23 12:57:00 -040026SRC_URI[archive.sha256sum] = "224c1f65487eac21f0c1d9856152343768ee726c48b1a8a2835a46a8ad9015b5"
Brad Bishope42b3e32020-01-15 22:08:42 -050027SRC_URI += "file://0001-drop-zenity-detection.patch"
28
29PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
30# enable as neccessary until new warnings are dealt with
31PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,,"
32
Patrick Williams213cb262021-08-07 19:21:33 -050033FILES:${PN} += " \
Brad Bishope42b3e32020-01-15 22:08:42 -050034 ${datadir}/themes \
35 ${datadir}/gnome-control-center \
36 ${datadir}/gnome\
37"
38
Patrick Williams213cb262021-08-07 19:21:33 -050039RDEPENDS:${PN} += "gsettings-desktop-schemas"