[clutter/wip/cogl-winsys-egl: 10/30] configure.ac: move COGL_DEFINES initialization up
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/cogl-winsys-egl: 10/30] configure.ac: move COGL_DEFINES initialization up
- Date: Wed, 20 Apr 2011 12:58:55 +0000 (UTC)
commit cf639ba4d7d0a0ecfd3a30b183e9ac9f132e86ad
Author: Robert Bragg <robert linux intel com>
Date: Mon Apr 18 13:26:34 2011 +0100
configure.ac: move COGL_DEFINES initialization up
configure.ac | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 33daa68..1a98f32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,6 +190,12 @@ FLAVOUR_CFLAGS=""
CLUTTER_WINSYS_BASE=
CLUTTER_WINSYS_BASE_LIB=
CLUTTER_WINSYS=
+dnl The value of this variable will directly go in the install
+dnl cogl-defines.h header
+COGL_DEFINES="";
+dnl Space-separated list of symbols that should be defined in
+dnl cogl-defines.h
+COGL_DEFINES_SYMBOLS="";
cogl_gl_headers=""
glesversion=1.1
use_gles2_wrapper=no
@@ -628,13 +634,6 @@ AM_CONDITIONAL(SUPPORT_EVDEV, [test "x$have_evdev" = "xyes"])
AM_CONDITIONAL(USE_GLES2_WRAPPER, [test "x$use_gles2_wrapper" = "xyes"])
-dnl The value of this variable will directly go in the install
-dnl cogl-defines.h header
-COGL_DEFINES="";
-dnl Space-separated list of symbols that should be defined in
-dnl cogl-defines.h
-COGL_DEFINES_SYMBOLS="";
-
if test "x$SUPPORT_X11" = "x1"; then
COGL_DEFINES_SYMBOLS="$COGL_DEFINES_SYMBOLS COGL_HAS_X11 COGL_HAS_X11_SUPPORT"
fi;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]