diff options
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/DefineDependsandFlags.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
