diff options
| author | Ricardo Simoes <ricardo.simoes@pt.bosch.com> | 2024-08-26 16:16:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-26 07:36:10 -0700 |
| commit | 3f825482d339d66f03b1578cc4cc1d75da7b439c (patch) | |
| tree | de613a0166614667411d9389e9c42cbdeca11f2d | |
| parent | ebc0a3f2e29001ae9e613d84d78f3b376a4129be (diff) | |
| download | meta-openembedded-3f825482d339d66f03b1578cc4cc1d75da7b439c.tar.gz | |
directfb: Add zlib PACKAGECONFIG
zlib 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.inc | 6 |
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 1f81d2ecc8..313c9d16f0 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" | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589" |
| 10 | 10 | ||
| 11 | HOMEPAGE = "http://directfb.org" | 11 | HOMEPAGE = "http://directfb.org" |
| 12 | DEPENDS = "jpeg libpng zlib sysfsutils" | 12 | DEPENDS = "jpeg libpng sysfsutils" |
| 13 | 13 | ||
| 14 | SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.gz \ | 14 | SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.gz \ |
| 15 | file://configurefix.patch \ | 15 | file://configurefix.patch \ |
| @@ -40,7 +40,7 @@ BINCONFIG = "${bindir}/directfb-config" | |||
| 40 | 40 | ||
| 41 | inherit autotools binconfig-disabled pkgconfig | 41 | inherit autotools binconfig-disabled pkgconfig |
| 42 | 42 | ||
| 43 | PACKAGECONFIG ??= "freetype linuxinput" | 43 | PACKAGECONFIG ??= "freetype linuxinput zlib" |
| 44 | PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm" | 44 | PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm" |
| 45 | PACKAGECONFIG[freetype] = "--enable-freetype,--disable-freetype,freetype" | 45 | PACKAGECONFIG[freetype] = "--enable-freetype,--disable-freetype,freetype" |
| 46 | PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" | 46 | PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" |
| @@ -51,10 +51,10 @@ PACKAGECONFIG[tiff] = "--enable-tiff,--disable-tiff,tiff" | |||
| 51 | PACKAGECONFIG[tslib] = "--with-inputdrivers=tslib,,tslib" | 51 | PACKAGECONFIG[tslib] = "--with-inputdrivers=tslib,,tslib" |
| 52 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" | 52 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" |
| 53 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,xserver-xorg," | 53 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,xserver-xorg," |
| 54 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" | ||
| 54 | 55 | ||
| 55 | EXTRA_OECONF = "\ | 56 | EXTRA_OECONF = "\ |
| 56 | --with-gfxdrivers=none \ | 57 | --with-gfxdrivers=none \ |
| 57 | --enable-zlib \ | ||
| 58 | --disable-imlib2 \ | 58 | --disable-imlib2 \ |
| 59 | --disable-sdl \ | 59 | --disable-sdl \ |
| 60 | --disable-vnc \ | 60 | --disable-vnc \ |
