summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2012-08-05 20:51:42 +0200
committerPierre Bourdon <delroth@gmail.com>2012-08-05 20:51:42 +0200
commitd7d2e5b9bfce2512290728b8f6a958bb4e2b3fb5 (patch)
treeb9ae4956f8cd55a83ee36c298a2855d12ae6fc7e /Source/Core
parentfe1501db9aedaf0563ed2ede5aee930b4d37506d (diff)
Link explicitly DolphinWX with GTK2 libraries
Fixes issue 5555.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt
index 44129637de..9a2d7a6804 100644
--- a/Source/Core/DolphinWX/CMakeLists.txt
+++ b/Source/Core/DolphinWX/CMakeLists.txt
@@ -7,6 +7,7 @@ set(LIBS core
audiocommon
z
sfml-network
+ ${GTK2_LIBRARIES}
${OPENGL_LIBRARIES}
${XRANDR_LIBRARIES}
${X11_LIBRARIES})