Patch from Tim Herold to handle xcomposite pkgconfig version regression.

2005-01-28  Elijah Newren  <newren@gmail.com>

	Patch from Tim Herold to handle xcomposite pkgconfig version
	regression.  Fixes #149368.

	* configure.in: Change XCOMPOSITE_VERSION from 1.0 to 0.2
This commit is contained in:
Elijah Newren 2005-01-28 16:45:48 +00:00 committed by Elijah Newren
parent 7d0ef20a9c
commit c66adff00d
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
2005-01-28 Elijah Newren <newren@gmail.com>
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 <newren@gmail.com>
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

View File

@ -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