summaryrefslogtreecommitdiff
path: root/Source/++DFB/boot.bcm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/++DFB/boot.bcm')
-rwxr-xr-xSource/++DFB/boot.bcm13
1 files changed, 13 insertions, 0 deletions
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