notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d279a
)
try to fix r-pi build
author
notaz
<notasas@gmail.com>
Tue, 13 Jan 2015 01:32:24 +0000
(
03:32
+0200)
committer
notaz
<notasas@gmail.com>
Tue, 13 Jan 2015 01:32:24 +0000
(
03:32
+0200)
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
c02721f
..
4ffa3a2
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-439,6
+439,9
@@
fi
if [ -d /opt/vc/include -a -d /opt/vc/lib ]; then
CFLAGS_GLES="$CFLAGS_GLES -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux"
LDLIBS_GLES="$LDLIBS_GLES -L/opt/vc/lib"
+ if [ -f /opt/vc/lib/libbcm_host.so ]; then
+ LDLIBS_GLES="$LDLIBS_GLES -lbcm_host"
+ fi
need_xlib="yes"
fi