Skip to content

Commit

Permalink
metacity: upgrade 3.40.0 -> 3.42.0
Browse files Browse the repository at this point in the history
refresh/remove patch

Version 3.42.0
==============
- Enable XPresent compositor. (openembedded#13)
- Fix regression in opacity handling. (openembedded#19)
- Fix tooltip style. (openembedded#25)
- Updated translations.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
schnitzeltony authored and kraj committed Jan 4, 2022
1 parent 1489563 commit 118a4da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
1 file changed, 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5f9e7e9..80b32c7 100644
index 528b7d2..8932ae6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -359,11 +359,6 @@ fi
@@ -337,11 +337,6 @@ fi

AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes")

Expand All @@ -25,9 +25,9 @@ index 5f9e7e9..80b32c7 100644
- AC_MSG_ERROR([zenity not found in your path - needed for dialogs])
-fi
-
dnl **************************************************************************
dnl Check for Vulkan support
dnl **************************************************************************
AC_SEARCH_LIBS([dlsym], [dl], [], [
AC_MSG_ERROR([unable to find the dlsym() function])
])
--
1.8.3.1
2.31.1

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ REQUIRED_DISTRO_FEATURES = "x11"

inherit gnomebase gsettings gettext upstream-version-is-even features_check

SRC_URI[archive.sha256sum] = "224c1f65487eac21f0c1d9856152343768ee726c48b1a8a2835a46a8ad9015b5"
SRC_URI += " \
file://0001-drop-zenity-detection.patch \
file://0001-fix-build-with-disable-dependency-tracking.patch \
"
SRC_URI[archive.sha256sum] = "d89d679dcfed9b5eef18f06e2dcb33a7ab543d53b358fa89ce65593c231eeebc"
SRC_URI += "file://0001-drop-zenity-detection.patch"

PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
# enable as neccessary until new warnings are dealt with
Expand Down

0 comments on commit 118a4da

Please sign in to comment.