summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordaurnimator2021-05-16 01:46:16 +1000
committerdaurnimator2021-05-16 01:46:16 +1000
commit1ceb79074f1b004e5c09a47eb9b47a07ebef2ecd (patch)
treedb67eb93bc86ec8f88da8179457adffbd4403a45 /PKGBUILD
parent9b76bb368f75004e3d8acca1a875a3034a0b2a9b (diff)
downloadaur-1ceb79074f1b004e5c09a47eb9b47a07ebef2ecd.tar.gz
Use vendored libuvc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba7b95327284..5d7ab41de376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ depends=('espeak-ng'
'harfbuzz'
'leptonica'
'libseccomp'
- 'libuvc'
+ #'libuvc' # TODO: using vendored copy until moved to community
'libvncserver'
'lua51' # Doesn't compile against LuaJIT 2.1 due to deprecated ref API usage
'mesa'
@@ -59,7 +59,6 @@ build() {
-DLUA_INCLUDE_DIR=/usr/include/lua5.1 \
-DHYBRID_HEADLESS=ON \
-DHYBRID_SDL=ON \
- -DSTATIC_LIBUVC=OFF \
src
make -C build