Author: ivanovic
Date: Sun Jul 13 13:45:15 2008
New Revision: 27980

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27980&view=rev
Log:
allow compiling the editor on systems with X11

Modified:
    trunk/src/CMakeLists.txt

Modified: trunk/src/CMakeLists.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/CMakeLists.txt?rev=27980&r1=27979&r2=27980&view=diff
==============================================================================
--- trunk/src/CMakeLists.txt (original)
+++ trunk/src/CMakeLists.txt Sun Jul 13 13:45:15 2008
@@ -71,6 +71,7 @@
 if(X11_FOUND)
   include_directories( ${X11_INCLUDE_DIR} )
   set(game-external-libs ${game-external-libs} ${X11_LIBRARIES})
+  set(editor-external-libs ${editor-external-libs} ${X11_LIBRARIES})
 endif(X11_FOUND)
 #
 # Create targets for revision.hpp


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to