diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-08-28 15:11:26 +0700 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-28 10:39:41 -0500 |
commit | 202557da3c4f1cd57f46a4ba1c9d74e7b4d1c2db (patch) | |
tree | 59c0f112df136c61c599c90fb7c44b5611f6a18b /configure.in | |
parent | 6fdde9acfd5aebd23400e7101c8ddff80fcdd8fa (diff) |
Also build cairo on Windows if directx disabled
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 37f537d3da8a..f55e00fad3d5 100755 --- a/configure.in +++ b/configure.in @@ -8373,8 +8373,8 @@ else : elif test $_os = WINNT; then dnl We only need cairo for Windows if we - dnl build librsvg - if test "$ENABLE_LIBRSVG" != NO; then + dnl build librsvg or directx disabled + if test "$ENABLE_LIBRSVG" != NO -o -z "$ENABLE_DIRECTX"; then BUILD_TYPE="$BUILD_TYPE CAIRO" fi else |