From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- Source/++DFB/boot.bcm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 Source/++DFB/boot.bcm (limited to 'Source/++DFB/boot.bcm') diff --git a/Source/++DFB/boot.bcm b/Source/++DFB/boot.bcm new file mode 100755 index 0000000..43dd8b9 --- /dev/null +++ b/Source/++DFB/boot.bcm @@ -0,0 +1,13 @@ +PKG_CONFIG_PATH=/opt/bcm/opt/dfb/lib/pkgconfig \ +\ +INCLUDES=-I/opt/bcm/opt/dfb/include \ +LDFLAGS=-L/opt/bcm/opt/dfb/lib \ +\ + ./configure --enable-maintainer-mode \ + --build=x86_64 \ + \ + --host=mipsel-linux \ + \ + --prefix=/opt/dfb \ + --disable-debug \ + 2>&1 | tee boot.log; perl -p -i -e "s/prefix=\\/opt/prefix=\\/opt\\/bcm\\/opt/" ++dfb.pc; echo /opt/bcm > .DESTDIR -- cgit