mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
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:
parent
7d0ef20a9c
commit
c66adff00d
@ -1,5 +1,14 @@
|
|||||||
2005-01-28 Elijah Newren <newren@gmail.com>
|
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
|
* src/menu.c: Change wording of menu to "Always on Current
|
||||||
Workspace" from "Put on All Workspaces", remove a quick-key
|
Workspace" from "Put on All Workspaces", remove a quick-key
|
||||||
conflict between "On _Top" and "Only on _This Workspace" by
|
conflict between "On _Top" and "Only on _This Workspace" by
|
||||||
|
@ -198,7 +198,7 @@ fi
|
|||||||
## or the render-specific check later
|
## or the render-specific check later
|
||||||
have_xrender=no
|
have_xrender=no
|
||||||
|
|
||||||
XCOMPOSITE_VERSION=1.0
|
XCOMPOSITE_VERSION=0.2
|
||||||
AC_MSG_CHECKING([Xcomposite >= $XCOMPOSITE_VERSION])
|
AC_MSG_CHECKING([Xcomposite >= $XCOMPOSITE_VERSION])
|
||||||
if $PKG_CONFIG --atleast-version $XCOMPOSITE_VERSION xcomposite; then
|
if $PKG_CONFIG --atleast-version $XCOMPOSITE_VERSION xcomposite; then
|
||||||
have_xcomposite=yes
|
have_xcomposite=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user