summaryrefslogtreecommitdiff
path: root/package/fbsplash/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-13 21:59:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-13 21:59:50 +0200
commitce2eb8f92671ec426c996baca1ef9931c3bacb68 (patch)
treed3a885bbd94a72a4f486b3b51b6cebb049bc1672 /package/fbsplash/Makefile
parent6c85bf610d803db0183faa02ffebbf1f48c318c2 (diff)
a lot of bugfixes and package updates
Diffstat (limited to 'package/fbsplash/Makefile')
-rw-r--r--package/fbsplash/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/fbsplash/Makefile b/package/fbsplash/Makefile
index 859d4a190..a82d6c68d 100644
--- a/package/fbsplash/Makefile
+++ b/package/fbsplash/Makefile
@@ -20,6 +20,9 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,FBSPLASH,fbsplash,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_LDFLAGS+= -lz
+CONFIGURE_ARGS+= --without-png
+
fbsplash-install:
$(INSTALL_DIR) $(IDIR_FBSPLASH)/usr/lib
$(CP) $(WRKINST)/usr/lib/libfb*.so* $(IDIR_FBSPLASH)/usr/lib