mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
f45774e2b0
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> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
21 lines
534 B
BlitzBasic
21 lines
534 B
BlitzBasic
DESCRIPTION = "shared library for GIF images"
|
|
SECTION = "libs"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ae11c61b04b2917be39b11f78d71519a"
|
|
PR = "r3"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.bz2"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF = "--disable-x11"
|
|
|
|
PACKAGES += "${PN}-utils"
|
|
FILES_${PN} = "${libdir}/libgif.so.*"
|
|
FILES_${PN}-utils = "${bindir}"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI[md5sum] = "7125644155ae6ad33dbc9fc15a14735f"
|
|
SRC_URI[sha256sum] = "e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed"
|