summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-gnome/recipes-gnome/metacity
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-gnome/recipes-gnome/metacity')
-rw-r--r--meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb (renamed from meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity_3.38.0.bb)7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity_3.38.0.bb b/meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb
index 48fc9144d..189f6ec55 100644
--- a/meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity_3.38.0.bb
+++ b/meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb
@@ -4,6 +4,8 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b4cce53560b8e619ffa7c830fb8761aa \
file://src/include/main.h;endline=24;md5=72148ede07a6dadd01de6a882d20a9ad"
+PE = "1"
+
DEPENDS = "gsettings-desktop-schemas startup-notification \
gnome-doc-utils gdk-pixbuf-native \
gtk+3 glib-2.0 libcanberra libgtop intltool-native"
@@ -21,6 +23,11 @@ SRCREV = "c0d4b2fc0fcd6f2d3c37da935923f9e9ed5eb99f"
EXTRA_OECONF += "--disable-xinerama"
+PACKAGECONFIG ?= ""
+
+# enable as neccessary until new warnings are dealt with
+PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,,"
+
do_configure_prepend() {
cd ${S}
aclocal --install || exit 1