From: notaz Date: Mon, 15 Jul 2013 11:18:17 +0000 (-0700) Subject: Merge pull request #21 from tejonbiker/master X-Git-Tag: r20~59 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=9cee03d757c17c79f3245af24218cd0537e6b88a;hp=d848b60a3da875fca0b1f2ddf8a4ae9d487d685b Merge pull request #21 from tejonbiker/master Fix the folder "vmcs_host/linux" --- diff --git a/configure b/configure index bf704ed7..e401902e 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