From b40a958cf5d196712c22c903c37d58d122323591 Mon Sep 17 00:00:00 2001 From: jbeich Date: Fri, 7 Apr 2017 01:34:22 +0000 Subject: emulators/ppsspp: don't enable EGL by default on arm ext/native/base/PCMain.cpp:75:10: fatal error: 'EGL/egl.h' file not found #include "EGL/egl.h" ^ 1 error generated. Reported by: pkg-fallout --- emulators/ppsspp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 0f3d99e72876..784070bb58f7 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -42,7 +42,7 @@ EXCLUDE= libzip zlib EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} USE_GL= gl glew glu USE_SDL= sdl2 # joystick -CMAKE_ARGS= -DUSE_SYSTEM_FFMPEG=on +CMAKE_ARGS= -DUSING_EGL=off -DUSE_SYSTEM_FFMPEG=on SUB_FILES= pkg-message PORTDATA= assets ${PORTNAME} -- cgit