summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Simoes <ricardo.simoes@pt.bosch.com>2024-08-26 16:16:42 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-26 07:36:10 -0700
commitebc0a3f2e29001ae9e613d84d78f3b376a4129be (patch)
treecb8b15d632a008f3f5d904edbfba59bb49100e3a
parent4553cbc127eba0292edce3025d32c59b3f06aa38 (diff)
downloadmeta-openembedded-ebc0a3f2e29001ae9e613d84d78f3b376a4129be.tar.gz
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>
-rw-r--r--meta-oe/recipes-graphics/directfb/directfb.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/directfb/directfb.inc b/meta-oe/recipes-graphics/directfb/directfb.inc
index 3fbfd9ce7a..1f81d2ecc8 100644
--- a/meta-oe/recipes-graphics/directfb/directfb.inc
+++ b/meta-oe/recipes-graphics/directfb/directfb.inc
@@ -9,7 +9,7 @@ LICENSE = "LGPL-2.1-only"
9LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589" 9LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
10 10
11HOMEPAGE = "http://directfb.org" 11HOMEPAGE = "http://directfb.org"
12DEPENDS = "jpeg libpng freetype zlib sysfsutils" 12DEPENDS = "jpeg libpng zlib sysfsutils"
13 13
14SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.gz \ 14SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.gz \
15 file://configurefix.patch \ 15 file://configurefix.patch \
@@ -40,8 +40,9 @@ BINCONFIG = "${bindir}/directfb-config"
40 40
41inherit autotools binconfig-disabled pkgconfig 41inherit autotools binconfig-disabled pkgconfig
42 42
43PACKAGECONFIG ??= "linuxinput" 43PACKAGECONFIG ??= "freetype linuxinput"
44PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm" 44PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm"
45PACKAGECONFIG[freetype] = "--enable-freetype,--disable-freetype,freetype"
45PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" 46PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper"
46PACKAGECONFIG[mesa] = "--enable-mesa,--disable-mesa,virtual/mesa," 47PACKAGECONFIG[mesa] = "--enable-mesa,--disable-mesa,virtual/mesa,"
47PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,," 48PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,,"
@@ -53,7 +54,6 @@ PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,xserver-xorg,"
53 54
54EXTRA_OECONF = "\ 55EXTRA_OECONF = "\
55 --with-gfxdrivers=none \ 56 --with-gfxdrivers=none \
56 --enable-freetype=yes \
57 --enable-zlib \ 57 --enable-zlib \
58 --disable-imlib2 \ 58 --disable-imlib2 \
59 --disable-sdl \ 59 --disable-sdl \