diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-12-06 18:45:42 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-12-06 18:45:42 +0000 |
commit | 89709dd14f4a3cdf45a40ac9b30b9911489eafca (patch) | |
tree | e9f5a9a0d11e8e9619fc2953c3e2b54c966eabf2 /modules | |
parent | 7fa13eaf35adf77fe945cd2972abad799832d479 (diff) | |
download | gtk+-89709dd14f4a3cdf45a40ac9b30b9911489eafca.tar.gz |
Detect freetype properly Make use of above.
* configure.in: Detect freetype properly
* modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of above.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/linux-fb/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/linux-fb/Makefile.am b/modules/linux-fb/Makefile.am index 97c0bbf44a..acb7579e23 100644 --- a/modules/linux-fb/Makefile.am +++ b/modules/linux-fb/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = @STRIP_BEGIN@ \ -I$(top_srcdir)/gdk \ -I$(top_builddir)/gdk \ -I$(top_srcdir)/gdk/linux-fb \ - `freetype-config --cflags`\ + @FREETYPE_CFLAGS@ \ @GTK_DEBUG_FLAGS@ \ @GTK_XIM_FLAGS@ \ @GTK_LOCALE_FLAGS@ \ @@ -17,8 +17,7 @@ INCLUDES = @STRIP_BEGIN@ \ LDFLAGS = @STRIP_BEGIN@ \ @GLIB_LIBS@ \ @PANGO_CFLAGS@ \ - -L/gnome2/lib \ - `freetype-config --libs` \ + @FREETYPE_LIBS@ \ -lm \ @STRIP_END@ |