diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_git.bb | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb index c572d5e1f5..08ba07b06c 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | require libx11.inc | 1 | require libx11.inc |
2 | inherit gettext | ||
2 | 3 | ||
3 | LICENSE = "MIT & MIT-style & BSD" | 4 | LICENSE = "MIT & MIT-style & BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" |
@@ -14,7 +15,7 @@ SRC_URI[md5sum] = "f65c9c7ecbfb64c19dbd7927160d63fd" | |||
14 | SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844" | 15 | SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844" |
15 | 16 | ||
16 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ | 17 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ |
17 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native gettext" | 18 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native" |
18 | 19 | ||
19 | EXTRA_OECONF += "--without-xcb" | 20 | EXTRA_OECONF += "--without-xcb" |
20 | 21 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libx11_git.bb b/meta/recipes-graphics/xorg-lib/libx11_git.bb index a976a16cd3..aa69f4aeb3 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_git.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_git.bb | |||
@@ -1,11 +1,13 @@ | |||
1 | require libx11.inc | 1 | require libx11.inc |
2 | require libx11_git.inc | 2 | require libx11_git.inc |
3 | 3 | ||
4 | inherit gettext | ||
5 | |||
4 | PR = "r2" | 6 | PR = "r2" |
5 | 7 | ||
6 | DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \ | 8 | DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \ |
7 | bigreqsproto xtrans libxau libxcb libxdmcp util-macros gettext" | 9 | bigreqsproto xtrans libxau libxcb libxdmcp util-macros" |
8 | 10 | ||
9 | DEFAULT_PREFERENCE = "-1" | 11 | DEFAULT_PREFERENCE = "-1" |
10 | 12 | ||
11 | BBCLASSEXTEND = "nativesdk" \ No newline at end of file | 13 | BBCLASSEXTEND = "nativesdk" |