diff options
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-util/imake_1.0.4.bb | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index eaea3d6383..54c0747560 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
@@ -17,7 +17,7 @@ PREFERRED_VERSION_fontsproto ?= "2.1.1" | |||
17 | PREFERRED_VERSION_fontsproto-native ?= "2.1.1" | 17 | PREFERRED_VERSION_fontsproto-native ?= "2.1.1" |
18 | PREFERRED_VERSION_gccmakedep ?= "1.0.2" | 18 | PREFERRED_VERSION_gccmakedep ?= "1.0.2" |
19 | PREFERRED_VERSION_glproto ?= "1.4.12" | 19 | PREFERRED_VERSION_glproto ?= "1.4.12" |
20 | PREFERRED_VERSION_imake ?= "1.0.2" | 20 | PREFERRED_VERSION_imake ?= "1.0.4" |
21 | #PREFERRED_VERSION_inputproto ?= "2.0" | 21 | #PREFERRED_VERSION_inputproto ?= "2.0" |
22 | #PREFERRED_VERSION_inputproto-native ?= "2.0" | 22 | #PREFERRED_VERSION_inputproto-native ?= "2.0" |
23 | #PREFERRED_VERSION_inputproto-nativesdk ?= "2.0" | 23 | #PREFERRED_VERSION_inputproto-nativesdk ?= "2.0" |
diff --git a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb new file mode 100644 index 0000000000..cd8ffdb2e5 --- /dev/null +++ b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require xorg-util-common.inc | ||
2 | |||
3 | DESCRIPTION = "C preprocessor interface to the make utility" | ||
4 | DEPENDS = "util-macros" | ||
5 | RDEPENDS = "perl xproto" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367" | ||
8 | |||
9 | PR = "r0" | ||
10 | PE = "1" | ||