diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2012-08-05 20:51:42 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2012-08-05 20:51:42 +0200 |
| commit | d7d2e5b9bfce2512290728b8f6a958bb4e2b3fb5 (patch) | |
| tree | b9ae4956f8cd55a83ee36c298a2855d12ae6fc7e /Source | |
| parent | fe1501db9aedaf0563ed2ede5aee930b4d37506d (diff) | |
Link explicitly DolphinWX with GTK2 libraries
Fixes issue 5555.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinWX/CMakeLists.txt | 1 |
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}) |
