mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
directfb: Add freetype PACKAGECONFIG
freetype was always enabled in DEPENDS and EXTRA_OEMAKE. Now it is a PACKAGECONFIG which is enabled by default. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ LICENSE = "LGPL-2.1-only"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
|
||||||
|
|
||||||
HOMEPAGE = "http://directfb.org"
|
HOMEPAGE = "http://directfb.org"
|
||||||
DEPENDS = "jpeg libpng freetype zlib sysfsutils"
|
DEPENDS = "jpeg libpng zlib sysfsutils"
|
||||||
|
|
||||||
SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.gz \
|
SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.gz \
|
||||||
file://configurefix.patch \
|
file://configurefix.patch \
|
||||||
@@ -40,8 +40,9 @@ BINCONFIG = "${bindir}/directfb-config"
|
|||||||
|
|
||||||
inherit autotools binconfig-disabled pkgconfig
|
inherit autotools binconfig-disabled pkgconfig
|
||||||
|
|
||||||
PACKAGECONFIG ??= "linuxinput"
|
PACKAGECONFIG ??= "freetype linuxinput"
|
||||||
PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm"
|
PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm"
|
||||||
|
PACKAGECONFIG[freetype] = "--enable-freetype,--disable-freetype,freetype"
|
||||||
PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper"
|
PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper"
|
||||||
PACKAGECONFIG[mesa] = "--enable-mesa,--disable-mesa,virtual/mesa,"
|
PACKAGECONFIG[mesa] = "--enable-mesa,--disable-mesa,virtual/mesa,"
|
||||||
PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,,"
|
PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,,"
|
||||||
@@ -53,7 +54,6 @@ PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,xserver-xorg,"
|
|||||||
|
|
||||||
EXTRA_OECONF = "\
|
EXTRA_OECONF = "\
|
||||||
--with-gfxdrivers=none \
|
--with-gfxdrivers=none \
|
||||||
--enable-freetype=yes \
|
|
||||||
--enable-zlib \
|
--enable-zlib \
|
||||||
--disable-imlib2 \
|
--disable-imlib2 \
|
||||||
--disable-sdl \
|
--disable-sdl \
|
||||||
|
|||||||
Reference in New Issue
Block a user