[cogl/cogl-latest-win: 21/27] config.h.win32.in: Enable features as requested




commit 1a0b081dba4c766a11a17968000e9744440c95ea
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Oct 15 18:04:40 2021 +0800

    config.h.win32.in: Enable features as requested
    
    We are shifting to a NMake-based build for Visual Studio, so just let
    NMake pass the compiler define flags for the optional features that we
    might enable.

 config.h.win32.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index 17a32d89..3354f90a 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -29,7 +29,7 @@
 #define ENABLE_NLS 1
 
 /* Whether to enable building unit tests */
-#define ENABLE_UNIT_TESTS 1
+/* #undef ENABLE_UNIT_TESTS */
 
 /* The prefix for our gettext translation domains. */
 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
@@ -104,7 +104,7 @@
 /* #undef HAVE_ATEXIT */
 
 /* Whether we have cairo or not */
-#define HAVE_CAIRO 1
+/* #undef HAVE_CAIRO */
 
 /* Define to 1 if you have the <CE4100/libgdl.h> header file. */
 /*#undef HAVE_CE4100_LIBGDL_H*/
@@ -588,7 +588,7 @@
 #define STDC_HEADERS 1
 
 /* Use GdkPixbuf for loading image data */
-#define USE_GDKPIXBUF 1
+/* #undef USE_GDKPIXBUF */
 
 /* Use internal image decoding for loading image data */
 /*#undef USE_INTERNAL*/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]