aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotaz2013-07-15 04:18:17 -0700
committernotaz2013-07-15 04:18:17 -0700
commit9cee03d757c17c79f3245af24218cd0537e6b88a (patch)
treec143e998487d5ce739ece67794008e5330efd5fb
parentd848b60a3da875fca0b1f2ddf8a4ae9d487d685b (diff)
parent237d1f6fa050428af5942da4a594541210774d75 (diff)
downloadpcsx_rearmed-9cee03d757c17c79f3245af24218cd0537e6b88a.tar.gz
pcsx_rearmed-9cee03d757c17c79f3245af24218cd0537e6b88a.tar.bz2
pcsx_rearmed-9cee03d757c17c79f3245af24218cd0537e6b88a.zip
Merge pull request #21 from tejonbiker/master
Fix the folder "vmcs_host/linux"
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bf704ed..e401902 100755
--- 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