diff options
author | twinaphex | 2013-07-25 13:48:13 +0200 |
---|---|---|
committer | twinaphex | 2013-07-25 13:48:13 +0200 |
commit | c6c27ccd79789a05b0b3f2b5007e55083ab38032 (patch) | |
tree | c2d22542edae0ddf46025c9ed421adaef7f30617 /configure | |
parent | 5d0bfd318877166df186565fb9a2a940c241a43f (diff) | |
parent | 9cee03d757c17c79f3245af24218cd0537e6b88a (diff) | |
download | pcsx_rearmed-c6c27ccd79789a05b0b3f2b5007e55083ab38032.tar.gz pcsx_rearmed-c6c27ccd79789a05b0b3f2b5007e55083ab38032.tar.bz2 pcsx_rearmed-c6c27ccd79789a05b0b3f2b5007e55083ab38032.zip |
Merge https://github.com/notaz/pcsx_rearmed
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |