mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Fix indention in PKGBUILD and set expandtab in vim
This commit is contained in:
parent
3c02406da8
commit
eb375fcbbd
1 changed files with 5 additions and 5 deletions
10
PKGBUILD
10
PKGBUILD
|
@ -19,7 +19,7 @@ optdepends=("libfdk-aac: FDK AAC codec support"
|
|||
"jack: JACK Support"
|
||||
"vlc: VLC Media Source"
|
||||
"swig: Scripting"
|
||||
"luajit: Lua scripting"
|
||||
"luajit: Lua scripting"
|
||||
"python: Python scripting")
|
||||
provides=("obs-studio=$pkgver")
|
||||
conflicts=("obs-studio")
|
||||
|
@ -44,9 +44,9 @@ build() {
|
|||
mkdir -p build; cd build
|
||||
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLUAJIT_INCLUDE_DIR=/usr/include/luajit-2.0 \
|
||||
-DOBS_VERSION_OVERRIDE=$pkgver ..
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLUAJIT_INCLUDE_DIR=/usr/include/luajit-2.0 \
|
||||
-DOBS_VERSION_OVERRIDE=$pkgver ..
|
||||
|
||||
make
|
||||
}
|
||||
|
@ -57,4 +57,4 @@ package() {
|
|||
make install DESTDIR="$pkgdir"
|
||||
}
|
||||
|
||||
# vim: ts=2:sw=2
|
||||
# vim: ts=2:sw=2:expandtab
|
||||
|
|
Loading…
Reference in a new issue