summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-19 21:01:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-19 21:01:27 +0100
commitfe290120f43280123c7adb84d64745cc2a0cced0 (patch)
tree23bac1f24131af474b71e540bfdf71d803ddbaac /mk
parent5f155a30e5fc92d97ba0cf41b4b41abdd161ef1e (diff)
add tslib package
touchscreen suppport for SDL and Linux Framebuffer. Unfortunately it does not work with my Faytech TFT touchscreen display.
Diffstat (limited to 'mk')
-rw-r--r--mk/pkg-bottom.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index a3ca4590c..0dc830b28 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -18,6 +18,10 @@ ${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE}
mkdir -p ${WRKBUILD}
@${MAKE} pre-configure $(MAKE_TRACE)
+ifneq ($(filter autogen,${CONFIGURE_STYLE}),)
+ cd ${WRKBUILD}; \
+ ./autogen.sh $(MAKE_TRACE)
+endif
ifneq ($(filter autotool,${CONFIGURE_STYLE}),)
cd ${WRKBUILD}; \
env AUTOCONF_VERSION=2.62 \