mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-18 18:02:49 +01:00
remove X11 from cmakeList
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
@@ -51,7 +51,7 @@ if(WIN32)
|
||||
find_package(SDL_gfx REQUIRED )
|
||||
find_package(ZLIB REQUIRED)
|
||||
|
||||
find_package(X11)
|
||||
#find_package(X11)
|
||||
else()
|
||||
include(FindPkgConfig)
|
||||
#pkg_search_module(SDL2 REQUIRED sdl2)
|
||||
@@ -73,7 +73,7 @@ if(APPLE)
|
||||
find_package(SDL REQUIRED )
|
||||
endif()
|
||||
|
||||
find_package(X11)
|
||||
#find_package(X11)
|
||||
endif()
|
||||
|
||||
set(RETROFE_INCLUDE_DIRS
|
||||
|
||||
Reference in New Issue
Block a user