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:
d848b60
)
Adds the path to include correctly vmcs host
author
tejonbiker
<tejonbiker@tejonbiker@gmail.com>
Mon, 15 Jul 2013 05:43:02 +0000
(
05:43
+0000)
committer
tejonbiker
<tejonbiker@tejonbiker@gmail.com>
Mon, 15 Jul 2013 05:43:02 +0000
(
05:43
+0000)
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
bf704ed
..
e401902
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-426,7
+426,7
@@
fi
# check for VideoCore stuff for Raspberry Pi
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"
+ 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"
need_xlib="yes"
fi