diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11.inc | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxi_1.6.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index 9e8c863589..fb1daf2e0a 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc | |||
@@ -9,7 +9,7 @@ require xorg-lib-common.inc | |||
9 | inherit siteinfo | 9 | inherit siteinfo |
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | INC_PR = "r1" | 12 | INC_PR = "r2" |
13 | 13 | ||
14 | PROVIDES = "virtual/libx11" | 14 | PROVIDES = "virtual/libx11" |
15 | 15 | ||
@@ -17,8 +17,6 @@ XORG_PN = "libX11" | |||
17 | LICENSE = "MIT & MIT-style & BSD" | 17 | LICENSE = "MIT & MIT-style & BSD" |
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" |
19 | 19 | ||
20 | EXTRA_OECONF += "--with-groff=no --with-ps2pdf=no --with-fop=no --disable-specs" | ||
21 | |||
22 | PACKAGES =+ "${PN}-xcb" | 20 | PACKAGES =+ "${PN}-xcb" |
23 | 21 | ||
24 | FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt" | 22 | FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt" |
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.6.1.bb b/meta/recipes-graphics/xorg-lib/libxi_1.6.1.bb index 575d1301ed..c327f2555d 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.6.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.6.1.bb | |||
@@ -14,11 +14,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ | |||
14 | DEPENDS += "libxext inputproto" | 14 | DEPENDS += "libxext inputproto" |
15 | 15 | ||
16 | PE = "1" | 16 | PE = "1" |
17 | PR = "r0" | 17 | PR = "r1" |
18 | 18 | ||
19 | XORG_PN = "libXi" | 19 | XORG_PN = "libXi" |
20 | 20 | ||
21 | EXTRA_OECONF_append = " --enable-specs=no" | ||
22 | |||
23 | SRC_URI[md5sum] = "78ee882e1ff3b192cf54070bdb19938e" | 21 | SRC_URI[md5sum] = "78ee882e1ff3b192cf54070bdb19938e" |
24 | SRC_URI[sha256sum] = "f2e3627d7292ec5eff488ab58867fba14a62f06e72a8d3337ab6222c09873109" | 22 | SRC_URI[sha256sum] = "f2e3627d7292ec5eff488ab58867fba14a62f06e72a8d3337ab6222c09873109" |
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index 55eaf49a38..c911925505 100644 --- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | |||
@@ -13,7 +13,8 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" | |||
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no --without-xmlto" | 16 | EXTRA_OECONF = "--enable-malloc0returnsnull \ |
17 | --disable-specs --with-groff=no --with-ps2pdf=no --with-fop=no --without-xmlto" | ||
17 | 18 | ||
18 | python () { | 19 | python () { |
19 | whitelist = [ "pixman", "libpciaccess" ] | 20 | whitelist = [ "pixman", "libpciaccess" ] |