[oe-commits] org.oe.dreambox libungif: compile without X11 support to fix bad includes

tmbinc commit openembedded-commits at lists.openembedded.org
Sat Aug 26 00:41:28 UTC 2006


libungif: compile without X11 support to fix bad includes

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: cee4d59c73ae62d2822ccb0a18d5a42371ef0a70
ViewMTN: http://monotone.openembedded.org/revision.psp?id=cee4d59c73ae62d2822ccb0a18d5a42371ef0a70
Files:
1
packages/libungif/libungif_4.1.3.bb
Diffs:

#
# mt diff -r67f32569e475e01e08f9d7e633ec858d4cf4f8ac -rcee4d59c73ae62d2822ccb0a18d5a42371ef0a70
#
# 
# 
# patch "packages/libungif/libungif_4.1.3.bb"
#  from [749851b5ad634df7ec9f6cd59ea1d85ea18d9f9a]
#    to [9f60b8958233be7e7106da7ac14b787c60b6b176]
# 
============================================================
--- packages/libungif/libungif_4.1.3.bb	749851b5ad634df7ec9f6cd59ea1d85ea18d9f9a
+++ packages/libungif/libungif_4.1.3.bb	9f60b8958233be7e7106da7ac14b787c60b6b176
@@ -11,9 +11,10 @@ inherit autotools
 
 inherit autotools
 
+EXTRA_OECONF = " --without-x"
+
 do_stage() {
 	oe_libinstall -so -C lib/.libs libungif ${STAGING_LIBDIR}
 
 	install -m 0644 lib/gif_lib.h ${STAGING_INCDIR}/
-
 }






More information about the Openembedded-commits mailing list