]> git.pld-linux.org Git - packages/gegl.git/blob - G_LOG_DOMAIN.patch
- fix introspection build
[packages/gegl.git] / G_LOG_DOMAIN.patch
1 commit 81fb956b221e4b1f919788d8a5f6a3a5462b86ae
2 Author: Øyvind Kolås <pippin@gimp.org>
3 Date:   Thu Mar 23 14:59:28 2017 +0100
4
5     build: move G_LOG_DOMAIN define to a Makefile.am as suggested in glib docs...
6
7 diff --git a/configure.ac b/configure.ac
8 index 41ed17e1..36e8e2a1 100644
9 --- a/configure.ac
10 +++ b/configure.ac
11 @@ -1269,8 +1269,6 @@ done
12  # We should support this at some point if possible
13  #LDFLAGS="-Wl,-z,defs"
14  
15 -CFLAGS="$CFLAGS -DG_LOG_DOMAIN=\\\"GEGL\\\""
16 -
17  dnl bin/node-editors/Makefile
18  AC_CONFIG_FILES([
19  Makefile
20 diff --git a/gegl/Makefile.am b/gegl/Makefile.am
21 index 2030ebbe..b5f70d88 100644
22 --- a/gegl/Makefile.am
23 +++ b/gegl/Makefile.am
24 @@ -12,6 +12,7 @@ endif
25  
26  SUBDIRS = buffer graph module operation process property-types opencl
27  
28 +
29  CLEANFILES =
30  
31  AM_CPPFLAGS = \
32 @@ -31,6 +32,7 @@ AM_CPPFLAGS = \
33         -I$(top_builddir)/gegl/property-types \
34         -I$(top_srcdir)/gegl/property-types \
35         -DLIBDIR=\""$(libdir)"\" \
36 +        -DG_LOG_DOMAIN=\"GEGL\" \
37         -DGEGL_LOCALEDIR=\""$(GEGL_LOCALEDIR)"\"
38  
39  AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
This page took 0.038277 seconds and 3 git commands to generate.