diff options
| author | Ricardo Simoes <ricardo.simoes@pt.bosch.com> | 2024-08-26 16:16:41 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-26 07:36:09 -0700 |
| commit | 4553cbc127eba0292edce3025d32c59b3f06aa38 (patch) | |
| tree | 5643144ed20cf63dafa0303cd949a308f3f8fa57 | |
| parent | d01117112f78beb3e43d3c85099448152b71ea30 (diff) | |
| download | meta-openembedded-4553cbc127eba0292edce3025d32c59b3f06aa38.tar.gz | |
directfb: Order PACKAGECONFIG alphabetically
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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/directfb/directfb.inc b/meta-oe/recipes-graphics/directfb/directfb.inc index 54aeb06aa9..3fbfd9ce7a 100644 --- a/meta-oe/recipes-graphics/directfb/directfb.inc +++ b/meta-oe/recipes-graphics/directfb/directfb.inc | |||
| @@ -41,14 +41,14 @@ BINCONFIG = "${bindir}/directfb-config" | |||
| 41 | inherit autotools binconfig-disabled pkgconfig | 41 | inherit autotools binconfig-disabled pkgconfig |
| 42 | 42 | ||
| 43 | PACKAGECONFIG ??= "linuxinput" | 43 | PACKAGECONFIG ??= "linuxinput" |
| 44 | PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" | ||
| 45 | PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm" | 44 | PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm" |
| 46 | PACKAGECONFIG[tiff] = "--enable-tiff,--disable-tiff,tiff" | 45 | PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" |
| 47 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" | 46 | PACKAGECONFIG[mesa] = "--enable-mesa,--disable-mesa,virtual/mesa," |
| 48 | PACKAGECONFIG[tslib] = "--with-inputdrivers=tslib,,tslib" | ||
| 49 | PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,," | 47 | PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,," |
| 50 | PACKAGECONFIG[noinput] = "--with-inputdrivers=none,," | 48 | PACKAGECONFIG[noinput] = "--with-inputdrivers=none,," |
| 51 | PACKAGECONFIG[mesa] = "--enable-mesa,--disable-mesa,virtual/mesa," | 49 | PACKAGECONFIG[tiff] = "--enable-tiff,--disable-tiff,tiff" |
| 50 | PACKAGECONFIG[tslib] = "--with-inputdrivers=tslib,,tslib" | ||
| 51 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" | ||
| 52 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,xserver-xorg," | 52 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,xserver-xorg," |
| 53 | 53 | ||
| 54 | EXTRA_OECONF = "\ | 54 | EXTRA_OECONF = "\ |
