diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2016-09-11 16:49:00 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2016-09-11 16:55:34 +1000 |
commit | 4b9f8a2d62144f5d9d8860a2512f9c07728f4b4d (patch) | |
tree | 2703c4bc5d15eb8d285c2a466cb5f00a349c315b /openal | |
parent | ca485792ddbd550ad96cb33389f3ed1132399075 (diff) | |
download | opt-4b9f8a2d62144f5d9d8860a2512f9c07728f4b4d.tar.gz opt-4b9f8a2d62144f5d9d8860a2512f9c07728f4b4d.tar.xz |
openal: fix disabling examples, thank you phi
Diffstat (limited to 'openal')
-rw-r--r-- | openal/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openal/Pkgfile b/openal/Pkgfile index f09541ba2..a2b0b6498 100644 --- a/openal/Pkgfile +++ b/openal/Pkgfile @@ -15,8 +15,8 @@ build() { cmake ../ \ -DCMAKE_INSTALL_PREFIX=/usr \ -DOSS=OFF \ - -DEXAMPLES=OFF \ - -DCMAKE_BUILD_TYPE=Release #-DCMAKE_VERBOSE_MAKEFILE=true + -DALSOFT_EXAMPLES=OFF \ + -DCMAKE_BUILD_TYPE=Release #-DCMAKE_VERBOSE_MAKEFILE:BOOL="on" make make DESTDIR=$PKG install |