kumquat-buildroot/package/mesa3d
Giulio Benetti 4383fde622 package/mesa3d: remove unnecessary passing of CFLAGS
This package uses meson-package infrastracture, so we don't need to
explicitly pass its additional CFLAGS to some variable. The only thing we
need to pass them is to use MESA3D_CFLAGS, because in package/pkg-meson.mk
we have:
$(2)_CFLAGS ?= $$(TARGET_CFLAGS)
that makes the work automatically, where $(2) is exactly the package name,
though $(2)_CFLAGS expands to MESA3D_CFLAGS.
So let's remove the MESA3D_CONF_OPTS += -DCMAKE_C_FLAGS="$(MESA3D_CFLAGS)"
line that has been added by mistake.

Note: this doesn't fix any bug, but remove an unnecessary and ambiguos line

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-10-07 22:12:52 +02:00
..
0001-c99_math-import-isinf-for-uclibc-based-toolchains.patch
0002-meson-Set-proper-value-for-LIBCLC_INCLUDEDIR.patch
0003-vc4-add-meson-option-to-disable-optional-neon-suppor.patch
0004-src-util-rand_xor-Include-stddef.h-to-fix-build-erro.patch
0005-src-util-futex.h-fix-build-on-32-bit-architectures-u.patch
Config.in package/mesa3d: fix build on m68k 2021-09-19 10:08:24 +02:00
mesa3d.hash package/{mesa3d, mesa3d-headers}: bump version to 21.1.8 2021-09-13 22:40:23 +02:00
mesa3d.mk package/mesa3d: remove unnecessary passing of CFLAGS 2021-10-07 22:12:52 +02:00