summaryrefslogtreecommitdiffstats
path: root/display/directfb-extra/BUILD
blob: 6b41b8edae3b60c743853a7cdf0fc31debda1029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Rebuild configure so it doensn't "need" cpp
#
aclocal   &&
autoconf  &&

if [ -f /usr/include/linux/fusion.h ]
  then OPTS="$OPTS --enable-multi"
fi  &&

export CPPFLAGS="$CPPFLAGS -I/usr/include/libmpeg3/"  &&
./configure  --build=$BUILD                           \
            --prefix=${INSTALL_ROOT}/usr              \
        --sysconfdir=${INSTALL_ROOT}/etc              \
     --localstatedir=${INSTALL_ROOT}/var              \
             --disable-avifile                        \
             $OPTS                                    &&
make