diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-03-31 13:54:45 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2011-04-05 12:06:42 +0100 |
commit | b02f8a482d7ca870ce7a3409367bc2616658aa6b (patch) | |
tree | ae2f66b3e4de6618294277e738498274ae495a44 /meta/recipes-graphics | |
parent | 0a110386656e2023f68e69f4d682a2c94f98a577 (diff) | |
download | poky-b02f8a482d7ca870ce7a3409367bc2616658aa6b.tar.gz |
libx11: disable building of specs
Generating Postscript specs fails on Fedora 15, I don't *think* we need them
so disable them.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index 267a03a3be..030b0dbc5d 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc | |||
@@ -11,7 +11,7 @@ PROVIDES = "virtual/libx11" | |||
11 | XORG_PN = "libX11" | 11 | XORG_PN = "libX11" |
12 | LEAD_SONAME = "libX11.so" | 12 | LEAD_SONAME = "libX11.so" |
13 | 13 | ||
14 | EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h" | 14 | EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h --disable-specs" |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt" | 16 | FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt" |
17 | FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" | 17 | FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" |