diff --git a/qb/config.libs.sh b/qb/config.libs.sh index a41521e468..06efe16937 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -95,7 +95,7 @@ if [ "$HAVE_SSE" = "yes" ]; then CXXFLAGS="$CXXFLAGS -msse -msse2" fi -if [ "$HAVE_EGL" != "no" ]; then +if [ "$HAVE_EGL" != "no" -a "$OS" != 'Win32' ]; then check_pkgconf EGL egl # some systems have EGL libs, but no pkgconfig if [ "$HAVE_EGL" = "no" ]; then