2016-02-15 23:55:13 +00:00
|
|
|
From: Julian Ospald <hasufell@gentoo.org>
|
|
|
|
Date: Fri Jun 15 10:42:42 UTC 2012
|
|
|
|
Subject: build system
|
2016-02-28 23:05:15 +00:00
|
|
|
Upstream: no
|
2016-02-15 23:55:13 +00:00
|
|
|
|
|
|
|
fix underlinking
|
|
|
|
|
|
|
|
--- MyGUIEngine/CMakeLists.txt
|
|
|
|
+++ MyGUIEngine/CMakeLists.txt
|
|
|
|
@@ -48,7 +48,10 @@
|
|
|
|
if (MYGUI_USE_FREETYPE)
|
|
|
|
target_link_libraries(${PROJECTNAME}
|
|
|
|
${FREETYPE_LIBRARIES}
|
|
|
|
- )
|
|
|
|
+ dl)
|
|
|
|
+else()
|
|
|
|
+ target_link_libraries(${PROJECTNAME}
|
|
|
|
+ dl)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
# platform specific dependencies
|