diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-05 22:17:18 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-05 22:47:38 +0100 |
commit | 314b28b844fd5132e07e904282a3d199bf29773a (patch) | |
tree | 3778b5bcbbc9ac6f6dc55d9cf5cc457c5109f583 /conf/distro/include | |
parent | 8f7ba7256dd63b1216e2b361fc02a8e0ef37fbee (diff) |
preferred-xorg-versions-X11R7.4.inc: pin xineramaproto to 1.1.2
version 1.2 needs a newer xorg-util package
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/preferred-xorg-versions-X11R7.4.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc index 85fa1cfd0d..c16b46c1ba 100644 --- a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc +++ b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc @@ -221,6 +221,7 @@ PREFERRED_VERSION_windowswmproto ?= "1.0.3" PREFERRED_VERSION_xcmiscproto ?= "1.1.2" PREFERRED_VERSION_xextproto ?= "7.0.3" PREFERRED_VERSION_xextproto-native ?= "7.0.3" +PREFERRED_VERSION_xineramaproto ?= "1.1.2" PREFERRED_VERSION_xf86bigfontproto ?= "1.1.2" PREFERRED_VERSION_xf86dgaproto ?= "2.0.3" PREFERRED_VERSION_xf86driproto ?= "2.0.4" |