From b2223d65951c3ad706d76d35e15df8cf2e17535f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 10 Jun 2011 18:18:58 +0200 Subject: Integrate GSettings, remember View settings. The org.logdiag ID has been chosen as I haven't found any specific rules and com.github.logdiag seems not to be future-proof. This domain remains available so far, anyway. The schemas are compiled only when installed directly to CMAKE_INSTALL_PREFIX to the root filesystem. When invoking `make install` with DESTDIR, only the XML files are copied over as the schemas would have to be recompiled later anyway. --- Win32Depends.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Win32Depends.cmake') diff --git a/Win32Depends.cmake b/Win32Depends.cmake index c128950..c2baea3 100644 --- a/Win32Depends.cmake +++ b/Win32Depends.cmake @@ -67,8 +67,8 @@ set (pkg_mingw_lua_md5 set (pkg_opensuse_root "http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_11.4/noarch/") set (pkg_opensuse_listing "${working_dir}/opensuse-listing") set (pkg_opensuse_names - "mingw32-libjson-glib" - "mingw32-json-glib-devel") + "mingw32-libjson-glib" "mingw32-json-glib-devel" + "mingw32-glib2-tools" "mingw32-libintl") set (pkg_opensuse_strip "usr/i686-w64-mingw32/sys-root/mingw") # Stage 1: retrieve openSUSE package links -- cgit v1.2.3