cross-configure.apollo.debug: add boxmodel

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2aea312e7b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-01-11 14:02:20 +04:00
parent 64adae91d2
commit 71e3bde334

View File

@@ -14,12 +14,12 @@ export STRIP=$CCPATH$HOST-strip
export CFLAGS="-Wall -Wextra -Wshadow -g -ggdb3 \
-mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=hard \
-D__KERNEL_STRICT_NAMES -DISAPOLLO -DFB_HW_ACCELERATION \
-D__KERNEL_STRICT_NAMES -DFB_HW_ACCELERATION \
-I"$PWD"/include -I"$PWD"/include/linux/dvb -I"$PREFIX"/include/freetype2"
export CXXFLAGS="-Wall -Wextra -Wshadow -g -ggdb3 \
-mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=hard \
-D__KERNEL_STRICT_NAMES -DISAPOLLO -DFB_HW_ACCELERATION \
-D__KERNEL_STRICT_NAMES -DFB_HW_ACCELERATION \
-I"$PWD"/include -I"$PWD"/include/linux/dvb -I"$PREFIX"/include/freetype2"
export LDFLAGS="-L"$PREFIX"/lib -lcurl -lssl -lcrypto -ldl"
@@ -29,5 +29,5 @@ export FREETYPE_CONFIG=$PREFIX/bin/freetype-config
export CURL_CONFIG=$PREFIX/bin/curl-config
./autogen.sh
./configure --prefix=${PREFIX} --build=i386-pc-linux-gnu --host=$HOST --enable-flac --with-target=cdk --with-targetprefix="" --enable-mdev "$*"
./configure --prefix=${PREFIX} --build=i386-pc-linux-gnu --host=$HOST --enable-flac --with-target=cdk --with-targetprefix="" --with-boxmodel=apollo --enable-mdev "$*"