blob: e6921e6de3682cdc6a9ff993a2b5b66ea8848142 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SECTION = "x11/wm"
2SUMMARY = "Metacity is the boring window manager for the adult in you"
3LICENSE = "GPL-2.0-or-later"
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 libxres \
17 libxpresent \
18"
19
20
21# depends on startup-notification which depends on virtual/libx11
22REQUIRED_DISTRO_FEATURES = "x11"
23
24GNOMEBASEBUILDCLASS = "autotools"
25inherit gnomebase gsettings gettext upstream-version-is-even features_check
26
27SRC_URI[archive.sha256sum] = "18e9b106438d46394e4148bcb83acc6367312be54559cdb564e270c1ccaeb60f"
28SRC_URI += "file://0001-drop-zenity-detection.patch"
29
30PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
31# enable as neccessary until new warnings are dealt with
32PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,,"
33
34FILES:${PN} += " \
35 ${datadir}/themes \
36 ${datadir}/gnome-control-center \
37 ${datadir}/gnome\
38"
39
40RDEPENDS:${PN} += "gsettings-desktop-schemas"