diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-11 20:17:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:46 +0100 |
commit | 85816c84eb929954447a9abbea1e473351a71c50 (patch) | |
tree | 0bb3268df67de6f661bfd548bae93e0087311a5d /meta/recipes-graphics/xorg-lib/libx11.inc | |
parent | 8071888705d203a6903de44eaca295034b846e33 (diff) | |
download | poky-85816c84eb929954447a9abbea1e473351a71c50.tar.gz |
xorg-lib: move options to disable documentation to xorg-lib-common
(From OE-Core rev: aee98f2ccab4bfff2aca031c2374274f945982f5)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11.inc | 4 |
1 files changed, 1 insertions, 3 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" |