Skip to content

Commit

Permalink
Make sure MOD builds do not see cairo or opengl
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 11, 2022
1 parent 52536b9 commit 061f6c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.base.mk
Expand Up @@ -719,6 +719,8 @@ MOD_ENVIRONMENT = \
CXXFLAGS="-I${1}/staging/usr/include $(EXTRA_MOD_FLAGS)" \
LDFLAGS="-L${1}/staging/usr/lib $(EXTRA_MOD_FLAGS)" \
EXE_WRAPPER="qemu-${3}-static -L ${1}/target" \
HAVE_CAIRO=false \
HAVE_OPENGL=false \
MOD_BUILD=true \
NOOPT=true

Expand Down

0 comments on commit 061f6c4

Please sign in to comment.