diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-06 13:20:35 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-06 13:30:19 +0100 |
commit | 87e9614480f16ccc422416271979c155d8b9faf6 (patch) | |
tree | 90bc3d3d8a3390a739e6bb28e3616d58cf6363c2 | |
parent | bec56def8464e91f89f15163b67aae333c17a7a0 (diff) |
preferred-xorg-versions-X11R7.4.inc: pin down more versions for xorg 7.4
* xkbcomp-native, libpciaccess, libxau-native, libxkbfile-native, liblbxutil
and evieext
* the latest versions require a newer xorg-utils than available in xorg 7.4
* essentially same as commit 314b28b844fd5
-rw-r--r-- | conf/distro/include/preferred-xorg-versions-X11R7.4.inc | 6 |
1 files changed, 6 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 0b4b316465..4360cbb483 100644 --- a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc +++ b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc @@ -57,6 +57,7 @@ PREFERRED_VERSION_xgamma ?= "1.0.2" PREFERRED_VERSION_xhost ?= "1.0.2" PREFERRED_VERSION_xinput ?= "1.3.0" PREFERRED_VERSION_xkbcomp ?= "1.0.5" +PREFERRED_VERSION_xkbcomp-native ?= "1.0.5" PREFERRED_VERSION_xkbevd ?= "1.0.2" PREFERRED_VERSION_xkbutils ?= "1.0.1" PREFERRED_VERSION_xkill ?= "1.0.1" @@ -157,11 +158,13 @@ PREFERRED_VERSION_libdmx ?= "1.0.2" PREFERRED_VERSION_libfs ?= "1.0.1" PREFERRED_VERSION_libice ?= "1.0.4" PREFERRED_VERSION_libfontenc ?= "1.0.4" +PREFERRED_VERSION_libpciaccess ?= "0.10.3" PREFERRED_VERSION_libsm ?= "1.1.0" PREFERRED_VERSION_libwindowswm ?= "1.0.0" PREFERRED_VERSION_libx11 ?= "1.1.5" PREFERRED_VERSION_libx11-native ?= "1.1.1" PREFERRED_VERSION_libxau ?= "1.0.4" +PREFERRED_VERSION_libxau-native ?= "1.0.3" PREFERRED_VERSION_libxaw ?= "1.0.4" PREFERRED_VERSION_libxcomposite ?= "0.4.0" PREFERRED_VERSION_libxcursor ?= "1.1.9" @@ -177,6 +180,8 @@ PREFERRED_VERSION_libxft ?= "2.1.13" PREFERRED_VERSION_libxi ?= "1.1.3" PREFERRED_VERSION_libxinerama ?= "1.0.3" PREFERRED_VERSION_libxkbfile ?= "1.0.5" +PREFERRED_VERSION_libxkbfile-native ?= "1.0.5" +PREFERRED_VERSION_liblbxutil ?= "1.0.1" PREFERRED_VERSION_libxmu ?= "1.0.4" PREFERRED_VERSION_libxpm ?= "3.5.7" PREFERRED_VERSION_libxrandr ?= "1.2.3" @@ -205,6 +210,7 @@ PREFERRED_VERSION_compositeproto ?= "0.4" PREFERRED_VERSION_damageproto ?= "1.1.0" PREFERRED_VERSION_dmxproto ?= "2.2.2" PREFERRED_VERSION_dri2proto ?= "1.1" +PREFERRED_VERSION_evieext ?= "1.0.2" PREFERRED_VERSION_fixesproto ?= "4.0" PREFERRED_VERSION_fontcacheproto ?= "0.1.2" PREFERRED_VERSION_fontsproto ?= "2.0.2" |