[colobot] 12/377: Forgot to clean this up

Didier Raboud odyx at moszumanska.debian.org
Wed Mar 30 13:33:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit 377a331e2a8495b85debc0fce477f76ecf8ea150
Author: krzys-h <krzys_h at interia.pl>
Date:   Sat Sep 26 14:58:43 2015 +0200

    Forgot to clean this up
---
 src/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index df49cd6..b8d6987 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -41,10 +41,10 @@ elseif(PLATFORM_WINDOWS)
         set(PLATFORM_LIBS "-lintl")
     endif()
 elseif(PLATFORM_GNU)
-    #set(PLATFORM_LIBS "-lX11")
+    set(PLATFORM_LIBS "")
 elseif(PLATFORM_LINUX)
     # for clock_gettime
-    set(PLATFORM_LIBS "-lrt") # -lX11")
+    set(PLATFORM_LIBS "-lrt")
 elseif(PLATFORM_MACOSX)
     find_library(LIBINTL_LIBRARY NAMES intl libintl)
     find_path(LIBINTL_INCLUDE_PATH NAMES libintl.h)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list