From d7d2e5b9bfce2512290728b8f6a958bb4e2b3fb5 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sun, 5 Aug 2012 20:51:42 +0200 Subject: [PATCH] Link explicitly DolphinWX with GTK2 libraries Fixes issue 5555. --- Source/Core/DolphinWX/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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})