summaryrefslogtreecommitdiffstats
path: root/master/fix-freetype-build
diff options
context:
space:
mode:
authorroot <root@artemis.panaceas.org>2022-04-07 09:21:25 +0100
committerroot <root@artemis.panaceas.org>2022-04-07 09:21:25 +0100
commitcad8326cabb776ca9f9c93edf1697113e53ddf20 (patch)
tree6817aa0e94a601754305545e72fb98511bc9641b /master/fix-freetype-build
parentf03c695ee4439c37fed1aabd5e76d233aee29be0 (diff)
downloadmaster-fa83455-pq-master.tar.gz
master-fa83455-pq-master.tar.bz2
master-fa83455-pq-master.zip
various ble fixes, bluez-tools, rtl8761b support, evtest, tmc codeHEADmaster
Diffstat (limited to 'master/fix-freetype-build')
-rw-r--r--master/fix-freetype-build15
1 files changed, 15 insertions, 0 deletions
diff --git a/master/fix-freetype-build b/master/fix-freetype-build
new file mode 100644
index 0000000..de85e6a
--- /dev/null
+++ b/master/fix-freetype-build
@@ -0,0 +1,15 @@
+diff --git a/feeds/packages/libs/freetype/Makefile b/feeds/packages/libs/freetype/Makefile
+index 0dd7bf7..83d93a4 100644
+--- a/feeds/packages/libs/freetype/Makefile
++++ b/feeds/packages/libs/freetype/Makefile
+@@ -49,7 +49,9 @@ CONFIGURE_ARGS += \
+ --enable-static \
+ --with-bzip2=no \
+ --with-zlib=yes \
+- --with-png=yes
++ --with-png=yes \
++ --without-x
++
+
+ HOST_CONFIGURE_ARGS+= \
+ --with-bzip2=no \