diff options
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 6d204f91a..7e269cd9c 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -93,8 +93,8 @@ PREFERRED_VERSION_renderproto-nativesdk ?= "0.9.3" PREFERRED_VERSION_resourceproto ?= "1.0.2" PREFERRED_VERSION_scrnsaverproto ?= "1.1.0" PREFERRED_VERSION_trapproto ?= "3.4.3" -PREFERRED_VERSION_util-macros ?= "1.3.0" -PREFERRED_VERSION_util-macros-native ?= "1.3.0" +PREFERRED_VERSION_util-macros ?= "1.4.1" +PREFERRED_VERSION_util-macros-native ?= "1.4.1" PREFERRED_VERSION_videoproto ?= "2.2.2" PREFERRED_VERSION_windowswmproto ?= "1.0.3" PREFERRED_VERSION_x11perf ?= "1.5" |