mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
* fixes following QA warnings:
metacity-2.34.13: metacity: configure was passed unrecognised options:
--disable-verbose [unknown-configure-option]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
31 lines
1.1 KiB
BlitzBasic
31 lines
1.1 KiB
BlitzBasic
SECTION = "x11/wm"
|
|
SUMMARY = "Metacity is the boring window manager for the adult in you"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|
file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90"
|
|
|
|
DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils libgtop intltool-native"
|
|
PR = "r1"
|
|
|
|
inherit gnomebase update-alternatives
|
|
|
|
GNOME_COMPRESS_TYPE = "xz"
|
|
|
|
SRC_URI += "file://remove-yelp-help-rules-var.patch"
|
|
SRC_URI[archive.md5sum] = "6d89b71672d4fa49fc87f83d610d0ef6"
|
|
SRC_URI[archive.sha256sum] = "8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075"
|
|
|
|
ALTERNATIVE_${PN} = "x-window-manager"
|
|
ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/metacity"
|
|
ALTERNATIVE_PRIORITY = "10"
|
|
|
|
EXTRA_OECONF += "--disable-xinerama"
|
|
|
|
do_configure_prepend() {
|
|
sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in
|
|
}
|
|
|
|
FILES_${PN} += "${datadir}/themes ${datadir}/gnome-control-center ${datadir}/gnome"
|
|
RDEPENDS_${PN} += "gsettings-desktop-schemas"
|
|
|