Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > cc9830aef4b9239a05ebd8ddf42e1e30 > files > 3

ppsspp-1.7.2-1.2.mga6.tainted.src.rpm

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f6536a9ab..025152e55 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -489,7 +489,7 @@ if(TARGET SDL2::SDL2)
 	target_link_libraries(Common SDL2::SDL2)
 endif()
 
-if(USING_GLES2)
+if(USING_GLES2 OR (USING_EGL AND NOT USING_FBDEV))
 	find_package(X11)
 endif()