[Linux] Use system X11.
This commit is contained in:
@@ -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})
|
||||||
|
|||||||
Reference in New Issue
Block a user