From c66adff00d5cdaca3e1bc9933867d537b6666ce7 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Fri, 28 Jan 2005 16:45:48 +0000 Subject: [PATCH] Patch from Tim Herold to handle xcomposite pkgconfig version regression. 2005-01-28 Elijah Newren Patch from Tim Herold to handle xcomposite pkgconfig version regression. Fixes #149368. * configure.in: Change XCOMPOSITE_VERSION from 1.0 to 0.2 --- ChangeLog | 9 +++++++++ configure.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 444cd1cae..d8cbd99e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2005-01-28 Elijah Newren + Patch from Tim Herold to handle xcomposite pkgconfig version + regression. Fixes #149368. + + * configure.in: Change XCOMPOSITE_VERSION from 1.0 to 0.2 + +2005-01-28 Elijah Newren + + Correct misleading and inaccurate wording. Fixes #165380. + * src/menu.c: Change wording of menu to "Always on Current Workspace" from "Put on All Workspaces", remove a quick-key conflict between "On _Top" and "Only on _This Workspace" by diff --git a/configure.in b/configure.in index 89d929f30..ae1186e39 100644 --- a/configure.in +++ b/configure.in @@ -198,7 +198,7 @@ fi ## or the render-specific check later have_xrender=no -XCOMPOSITE_VERSION=1.0 +XCOMPOSITE_VERSION=0.2 AC_MSG_CHECKING([Xcomposite >= $XCOMPOSITE_VERSION]) if $PKG_CONFIG --atleast-version $XCOMPOSITE_VERSION xcomposite; then have_xcomposite=yes