Skip to content
Snippets Groups Projects
Commit 1b7ec9e2 authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

Revert X11 stuff until other steps are done

parent ea2001e6
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,15 @@ SET(CMAKE_C_LINK_SHARED "@CMAKE_C_LINK_SHARED@" CACHE STRING
"program used to link c shared libraries")
# support for X11
SET (CMAKE_X_LIBS "@X_PRE_LIBS@ @X_LIBS@ -lX11 -lXext @X_EXTRA_LIBS@" CACHE STRING
"Libraries and options used in X11 programs.")
SET (CMAKE_X_CFLAGS "@X_CFLAGS@" CACHE STRING
"X11 extra flags.")
SET (CMAKE_HAS_X @CMAKE_HAS_X@ CACHE INTERNAL
"Is X11 around.")
SET (CMAKE_SYSTEM @CMAKE_SYSTEM@ CACHE INTERNAL
"What system is this. Result of uname.")
......@@ -130,4 +139,6 @@ CMAKE_THREAD_LIBS
CMAKE_USE_PTHREADS
CMAKE_USE_SPROC
CMAKE_WORDS_BIGENDIAN
CMAKE_X_CFLAGS
CMAKE_X_LIBS
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment