From bb779c6c9b9e84e6526b533df8c3bd441be82ae8 Mon Sep 17 00:00:00 2001 From: Moritz Eberl Date: Sat, 16 Apr 2016 16:44:37 +0200 Subject: Added an example plugin. (bzr r14761.1.8) --- CMakeScripts/DefineDependsandFlags.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeScripts') diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake index c9367d2a1..4f02d258b 100644 --- a/CMakeScripts/DefineDependsandFlags.cmake +++ b/CMakeScripts/DefineDependsandFlags.cmake @@ -100,9 +100,12 @@ if(APPLE) pkg_check_modules(x11 REQUIRED x11) list(APPEND INKSCAPE_LIBS ${x11_LDFLAGS}) endif() +elseif(WIN32) +# X11 not available on windows else() pkg_check_modules(x11 REQUIRED x11) list(APPEND INKSCAPE_LIBS ${x11_LDFLAGS}) + endif() if(WITH_GNOME_VFS) -- cgit v1.2.3