mirror of https://github.com/GNOME/gimp.git
app/file/Makefile.am app/paint/Makefile.am app/text/Makefile.am changed
2004-02-09 Manish Singh <yosh@gimp.org> * app/file/Makefile.am * app/paint/Makefile.am * app/text/Makefile.am * app/xcf/Makefile.am: changed GTK_CFLAGS to GDK_PIXBUF_CFLAGS, since we don't use any gtk/gdk functions here. This especially helps in the text directory, since it avoids problems on broken setups with old fontconfig stuff in the X11 directory lying around.
This commit is contained in:
parent
917f8fdb35
commit
d14a5075ed
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2004-02-09 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* app/file/Makefile.am
|
||||
* app/paint/Makefile.am
|
||||
* app/text/Makefile.am
|
||||
* app/xcf/Makefile.am: changed GTK_CFLAGS to GDK_PIXBUF_CFLAGS, since
|
||||
we don't use any gtk/gdk functions here. This especially helps in the
|
||||
text directory, since it avoids problems on broken setups with old
|
||||
fontconfig stuff in the X11 directory lying around.
|
||||
|
||||
2004-02-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/scripts/text-circle.scm: removed some workarounds
|
||||
|
|
|
@ -18,7 +18,7 @@ AM_CPPFLAGS = \
|
|||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(GDK_PIXBUF_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
EXTRA_DIST = makefile.msc
|
||||
|
|
|
@ -10,7 +10,7 @@ INCLUDES = \
|
|||
-I$(top_srcdir) \
|
||||
-I$(top_builddir)/app \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(GDK_PIXBUF_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
noinst_LIBRARIES = libapppaint.a
|
||||
|
|
|
@ -8,7 +8,7 @@ AM_CPPFLAGS = \
|
|||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(GDK_PIXBUF_CFLAGS) \
|
||||
$(PANGOFT2_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ AM_CPPFLAGS = \
|
|||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(GDK_PIXBUF_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
EXTRA_DIST = makefile.msc
|
||||
|
|
Loading…
Reference in New Issue