summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f2ba1221..c24bd350 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -640,11 +640,10 @@ TARGET_LINK_LIBRARIES(mana
${INTERNAL_LIBRARIES}
${SDL2_LIBRARIES}
${PNG_LIBRARIES}
- ${PHYSFS_LIBRARY}
+ ${PHYSFS_LIBRARIES}
${CURL_LIBRARIES}
${LIBXML2_LIBRARIES}
${GUICHAN_LIBRARIES}
- ${X11_LIBRARIES}
${OPENGL_LIBRARIES}
${LIBINTL_LIBRARIES}
${EXTRA_LIBRARIES})