summaryrefslogtreecommitdiffstats
path: root/rules/libgd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2008-02-13 15:29:21 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2008-02-13 15:29:21 +0000
commit33bc827a0f29493afdfd34f01c4a5a583df19c01 (patch)
tree66548536123b414a9a3c94a4f24c185b0d5e21d4 /rules/libgd.make
parent2d486e9967c3a679acd8f4d54003c3f892498cdd (diff)
downloadptxdist-33bc827a0f29493afdfd34f01c4a5a583df19c01.tar.gz
ptxdist-33bc827a0f29493afdfd34f01c4a5a583df19c01.tar.xz
* libgd: fix building without X
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7771 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libgd.make')
-rw-r--r--rules/libgd.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libgd.make b/rules/libgd.make
index 47cfed870..7e2eb8d12 100644
--- a/rules/libgd.make
+++ b/rules/libgd.make
@@ -85,9 +85,9 @@ LIBGD_AUTOCONF += --without-png
endif
ifdef PTXCONF_LIBGD_XPM
-LIBGD_AUTOCONF += --with-xpm=$(SYSROOT)/usr
+LIBGD_AUTOCONF += --with-xpm=$(SYSROOT)/usr --with-x
else
-LIBGD_AUTOCONF += --without-xpm
+LIBGD_AUTOCONF += --without-xpm --without-x
endif
ifdef PTXCONF_LIBGD_FREETYPE