From da34bbb3bbf3c2f65f7e81260e27d786ebad4817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 7 Feb 2011 23:28:55 +0100 Subject: Fix Win32Depends.cmake. I've known about this all the time, hoping it's not a problem. --- Win32Depends.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Win32Depends.cmake b/Win32Depends.cmake index 751d02c..cab4ee5 100644 --- a/Win32Depends.cmake +++ b/Win32Depends.cmake @@ -156,11 +156,12 @@ endforeach (pkg_set) file (WRITE ${working_dir}/etc/gtk-2.0/gtkrc "gtk-theme-name = \"MS-Windows\"") -set (gdk_pixbuf_libdir ${working_dir}/lib/gdk-pixbuf-2.0/2.10.0) +set (gdk_pixbuf_libdir lib/gdk-pixbuf-2.0/2.10.0) set (ENV{GDK_PIXBUF_MODULE_FILE} ${gdk_pixbuf_libdir}/loaders.cache) set (ENV{GDK_PIXBUF_MODULEDIR} ${gdk_pixbuf_libdir}/loaders) execute_process (COMMAND ${working_dir}/bin/gdk-pixbuf-query-loaders --update-cache + WORKING_DIRECTORY "${working_dir}" RESULT_VARIABLE result) if (result) message (FATAL_ERROR "gdk-pixbuf-query-loaders failed") -- cgit v1.2.3