[Linux] Use system X11.

This commit is contained in:
Router Gray
2020-02-29 18:49:39 -06:00
parent 9880fe225e
commit 0a6a47a099

View File

@@ -1,10 +1,8 @@
# -*- cmake -*- # -*- cmake -*-
include(Prebuilt)
include(FreeType) include(FreeType)
if (LINUX) if (LINUX)
include(FindPkgConfig) include(FindPkgConfig)
include(FindX11)
set(PKGCONFIG_PACKAGES set(PKGCONFIG_PACKAGES
atk atk
@@ -21,6 +19,7 @@ if (LINUX)
pangox pangox
pangoxft pangoxft
sdl sdl
x11
) )
foreach(pkg ${PKGCONFIG_PACKAGES}) foreach(pkg ${PKGCONFIG_PACKAGES})