From b7204cc1ac517e9915e8519fc0af055f837470a1 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Wed, 26 Oct 2016 13:34:05 +1100 Subject: [PATCH] openal-32: don't find qmake so qt4 make examples don't fail to build when qt4-32 is not installed --- openal-32/Pkgfile | 1 + 1 file changed, 1 insertion(+) diff --git a/openal-32/Pkgfile b/openal-32/Pkgfile index 8b6d7d16..d3bd1729 100644 --- a/openal-32/Pkgfile +++ b/openal-32/Pkgfile @@ -16,6 +16,7 @@ build() { -DLIB_SUFFIX=32 \ -DOSS=OFF \ -DALSOFT_EXAMPLES=OFF \ + -DQT_QMAKE_EXECUTABLE=qmake-disabled \ -DCMAKE_BUILD_TYPE=Release #-DCMAKE_VERBOSE_MAKEFILE:BOOL="on" make