]> code.ossystems Code Review - openembedded-core.git/commitdiff
libx11: disable building of specs
authorJoshua Lock <josh@linux.intel.com>
Thu, 31 Mar 2011 12:54:45 +0000 (13:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 12:54:32 +0000 (13:54 +0100)
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>
meta/recipes-graphics/xorg-lib/libx11.inc

index 267a03a3be5e44601675eaf65cc7bbfc81f1f36f..030b0dbc5d8d3553f6f5182f201a379842b1dd30 100644 (file)
@@ -11,7 +11,7 @@ PROVIDES = "virtual/libx11"
 XORG_PN = "libX11"
 LEAD_SONAME = "libX11.so"
 
-EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h"
+EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h --disable-specs"
 
 FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt"
 FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale"