[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 -*-
include(Prebuilt)
include(FreeType)
if (LINUX)
include(FindPkgConfig)
include(FindX11)
set(PKGCONFIG_PACKAGES
atk
@@ -21,6 +19,7 @@ if (LINUX)
pangox
pangoxft
sdl
x11
)
foreach(pkg ${PKGCONFIG_PACKAGES})