all repos — mgba @ e40617f8505102c1b62953c8882b8997ae93cffe

mGBA Game Boy Advance Emulator

CMake: Libepoxy is only needed on Windows if building the library or frontends
Vicki Pfau vi@endrift.com
Sun, 23 Jun 2019 12:46:14 -0700
commit

e40617f8505102c1b62953c8882b8997ae93cffe

parent

46f8dffcd7a48c6f9c385e2d4d5645cdf3a046de

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -703,7 +703,7 @@ elseif(BUILD_GLES2)

set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS},libgles2") endif() -if (WIN32 AND NOT USE_EPOXY) +if(WIN32 AND NOT SKIP_LIBRARY AND NOT USE_EPOXY) message(FATAL_ERROR "Windows requires epoxy module!") endif()