mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-27 02:05:06 +01:00
remove X11 from cmakeList
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
parent
ea42f62418
commit
a72210beb3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user