blob: 4fe764a98517c81418e69dcdc1d955ed79ac6c6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Author: Andrea Veri <and@debian.org>
Description: Disable GPC at build time.
diff -urNad debian.source~/Makefile.am debian.source/Makefile.am
--- debian.source~/Makefile.am 2007-10-10 16:13:11.000000000 +0200
+++ debian.source/Makefile.am 2007-10-10 16:26:51.000000000 +0200
@@ -1,4 +1,7 @@
+SUBDIRS = src font_freetype font_win32_tt include examples
+if ENABLE_GPC
SUBDIRS = gpc src font_freetype font_win32_tt include examples
+endif
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libagg.pc
|