From 440a9da5fca248637e858bf2625e98e2e5805ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 12 Feb 2011 18:44:55 +0100 Subject: Only install the MS-Windows GTK+ theme on Win32. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ed6cee..cfe93cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -276,8 +276,8 @@ if (WIN32) ${WIN32_DEPENDS_PATH}/lib/gdk-pixbuf-2.0 DESTINATION lib) install (DIRECTORY - ${WIN32_DEPENDS_PATH}/share/themes - DESTINATION share) + ${WIN32_DEPENDS_PATH}/share/themes/MS-Windows + DESTINATION share/themes) # Avoid partial translations file (GLOB locales ${WIN32_DEPENDS_PATH}/share/locale/*) -- cgit v1.2.3