Use $CONFIG_DIR were appropriate
[qi-bootmenu-system.git] / sources / sections / tslib.sh
blob6defa602ef5dcb91a9b1e377563848cf5fc19e24
1 setupfor tslib
3 [ ! -e ./configure ] && NOCONFIGURE=y ./autogen.sh
5 # --enable-linear-h2200
7 ./configure $CROSS_CONFIGURE_FLAGS --prefix=/usr \
8 --enable-static \
9 --disable-h3600 \
10 --enable-input \
11 --disable-corgi \
12 --disable-collie \
13 --disable-mk712 \
14 --disable-arctic2 \
15 --disable-ucb1x00 \
16 --disable-linear-h2200 &&
17 make &&
18 make DESTDIR="$STAGING_DIR" install || dienow
20 install_shared_library ts
22 pkgconfig_fixup_prefix ts
23 libtool_fixup_libdir ts
25 cleanup tslib