diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-05 23:38:19 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-05 23:46:31 +0100 |
commit | d1902fa250b04aa6299c8a8fc5d861c9b4930875 (patch) | |
tree | a2fe40172d3e30310cfe925fb43a2c3df2ffcdf1 /conf/distro/include/preferred-xorg-versions-X11R7.4.inc | |
parent | d11880cc0b5bb04f941e88d36c9a4568c7b619a9 (diff) |
preferred-xorg-versions-X11R7.4.inc: pin xf86bigfontproto-native to 1.1.2
* version 1.2 needs a newer xorg-util (same as 314b28b844fd5)
Diffstat (limited to 'conf/distro/include/preferred-xorg-versions-X11R7.4.inc')
-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 cf3bf7b8e8..913cd25790 100644 --- a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc +++ b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc @@ -226,6 +226,7 @@ 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_xf86bigfontproto-native ?= "1.1.2" PREFERRED_VERSION_xf86dgaproto ?= "2.0.3" PREFERRED_VERSION_xf86driproto ?= "2.0.4" PREFERRED_VERSION_xf86miscproto ?= "0.9.2" |