mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
0a11038665
commit
b02f8a482d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user