summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-11-27 18:53:28 +0100
committerDidier Raboud <odyx@debian.org>2013-11-27 18:53:28 +0100
commit343fa8f0cbad19402a2533651acc53149be1fcf5 (patch)
treea4fb835948e3d995d42ac353de72a55433673b82 /lib
parent8c25650ad5e888019f350f099d6755921780c6f1 (diff)
downloadcolobot-343fa8f0cbad19402a2533651acc53149be1fcf5.tar.gz
colobot-343fa8f0cbad19402a2533651acc53149be1fcf5.tar.bz2
colobot-343fa8f0cbad19402a2533651acc53149be1fcf5.zip
Add a PLATFORM_GNU global variable matching all GNU systems such as Debian's Linux, kFreeBSD and Hurd
Diffstat (limited to 'lib')
-rw-r--r--lib/clipboard/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/clipboard/CMakeLists.txt b/lib/clipboard/CMakeLists.txt
index a189ec4..7999cc1 100644
--- a/lib/clipboard/CMakeLists.txt
+++ b/lib/clipboard/CMakeLists.txt
@@ -7,8 +7,6 @@ add_definitions(-DLIB_COMPILE=1)
if(PLATFORM_WINDOWS)
set(CLIPBOARD_SRC src/clipboardWin32.c)
-elseif(PLATFORM_LINUX)
- set(CLIPBOARD_SRC src/clipboardX11.c)
else()
set(CLIPBOARD_SRC src/clipboardX11.c)
endif()