diff options
author | Руслан Ижбулатов <lrn1986@gmail.com> | 2012-05-12 20:37:56 +0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-05-17 00:01:46 -0400 |
commit | 5eb286b74421178219221f3cbfc0bdb546adaecd (patch) | |
tree | 56ac6913a4d350be9a296e86b25e812edb59d424 /configure.ac | |
parent | 5346ae57648c8c535a3c245750507aa3e93d51af (diff) | |
download | gtk+-5eb286b74421178219221f3cbfc0bdb546adaecd.tar.gz |
Make certain gtk3 types conditional (GST-style)
https://bugzilla.gnome.org/show_bug.cgi?id=675895
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c801dd2aa4..34fc687062 100644 --- a/configure.ac +++ b/configure.ac @@ -140,8 +140,11 @@ MATH_LIB=-lm AC_MSG_CHECKING([for native Win32]) LIB_EXE_MACHINE_FLAG=X86 EXE_MANIFEST_ARCHITECTURE=X86 +DISABLE_ON_W32='' case "$host" in *-*-mingw*) + dnl Comment-out certain gtk3.types.in lines + DISABLE_ON_W32='%' os_win32=yes gio_can_sniff=no MATH_LIB= @@ -158,6 +161,7 @@ case "$host" in esac AC_MSG_RESULT([$os_win32]) +AC_SUBST(DISABLE_ON_W32) AC_SUBST(LIB_EXE_MACHINE_FLAG) AC_SUBST(EXE_MANIFEST_ARCHITECTURE) @@ -1714,6 +1718,7 @@ docs/reference/Makefile docs/reference/gdk/Makefile docs/reference/gdk/version.xml docs/reference/gtk/Makefile +docs/reference/gtk/gtk3.types docs/reference/gtk/version.xml docs/reference/libgail-util/Makefile docs/reference/libgail-util/version.xml |