X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=configure;h=e401902e2a4826bac0e699802abb0d2a40968730;hp=bf704ed7bbbc99536e582ebb00e944418e13d72f;hb=db1262095fed1b02260cc4ae4a42cdd31b8ef0a4;hpb=9aff1963cf8ca9bbba14d4c82674ad0075c604ac 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