All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2][resend] giflib: don't link against libx11, don't depend on libsm
@ 2012-03-01 12:20 Andreas Oberritter
  2012-03-01 12:20 ` [meta-oe][PATCH 2/2][resend] udev: consolekit package requires x11 Andreas Oberritter
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Oberritter @ 2012-03-01 12:20 UTC (permalink / raw)
  To: openembedded-devel

libsm wasn't used unless libx11 was built before giflib. Therefore
drop the dependency on libsm and disable x11 unconditionally like
Debian does.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
 meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb b/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb
index bd7b495..e1a0777 100644
--- a/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb
+++ b/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "shared library for GIF images"
 SECTION = "libs"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ae11c61b04b2917be39b11f78d71519a"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.bz2"
 
 inherit autotools
 
-DEPENDS = "libsm"
+EXTRA_OECONF = "--disable-x11"
 
 PACKAGES += "${PN}-utils"
 FILES_${PN} = "${libdir}/libgif.so.*"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-02 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 12:20 [meta-oe][PATCH 1/2][resend] giflib: don't link against libx11, don't depend on libsm Andreas Oberritter
2012-03-01 12:20 ` [meta-oe][PATCH 2/2][resend] udev: consolekit package requires x11 Andreas Oberritter
2012-03-02  8:17   ` Koen Kooi
2012-03-02 14:49     ` Andreas Oberritter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.