obs: change CMAKE_INSTALL_DATAROOTDIR to relative path

The absolute path results in obs trying to load plugin data from
/usr/usr/share which can't work for obvious reasons
This commit is contained in:
John 2024-09-22 22:58:20 +02:00 committed by John Zimmermann
parent 08689d2484
commit 877aa53b5d
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'obs'
pkgname=obs
version=30.2.3
revision=1
revision=2
archs="i686* x86_64* ppc64le* aarch64* riscv64*"
build_style=cmake
configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
-DCMAKE_INSTALL_DATAROOTDIR=/usr/share
-DCMAKE_INSTALL_DATAROOTDIR=share
-DENABLE_VST=OFF -DENABLE_AJA=OFF -DCALM_DEPRECATION=ON
-DENABLE_SCRIPTING_LUA=$(vopt_if luajit 'ON' 'OFF')
-DENABLE_NATIVE_NVENC=OFF -DENABLE_QSV11=$(vopt_if 'ON' 'OFF')"