From: twinaphex Date: Thu, 25 Jul 2013 11:48:13 +0000 (+0200) Subject: Merge https://github.com/notaz/pcsx_rearmed X-Git-Tag: r24l~920 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c27ccd79789a05b0b3f2b5007e55083ab38032;hp=5d0bfd318877166df186565fb9a2a940c241a43f;p=pcsx_rearmed.git Merge https://github.com/notaz/pcsx_rearmed --- 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