* With dri2proto 2.0 recipe being added now it gets picked up
this recipes needs newer version of xorg-utils so we tie down
the version of dri2proto to 1.1
Signed-off-by: Khem Raj <raj.khem@...>
---
.../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 21f9758..156653f 100644
--- a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc
+++ b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc
@@ -203,6 +203,7 @@ PREFERRED_VERSION_bigreqsproto ?= "1.0.2"
PREFERRED_VERSION_compositeproto ?= "0.4"
PREFERRED_VERSION_damageproto ?= "1.1.0"
PREFERRED_VERSION_dmxproto ?= "2.2.2"
+PREFERRED_VERSION_dri2proto ?= "1.1"
PREFERRED_VERSION_fixesproto ?= "4.0"
PREFERRED_VERSION_fontcacheproto ?= "0.1.2"
PREFERRED_VERSION_fontsproto ?= "2.0.2"
--
1.6.3.3