summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2016-03-26 16:49:03 +0100
committerChristoph Haag2016-03-26 16:49:03 +0100
commitc4468b865ec8d130460a72ed02076f0fcb58f409 (patch)
tree8e938cb5cecaebc8ba3ed0dfe28edfc7003fb2d1 /PKGBUILD
parent4d53eddf34e580dfbab2ed1b4335ae9644e9a528 (diff)
downloadaur-c4468b865ec8d130460a72ed02076f0fcb58f409.tar.gz
Revert "c++11 for overlay sample"
This reverts commit 4d53eddf34e580dfbab2ed1b4335ae9644e9a528.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eda01cdd7c8b..4cec171bb308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,10 +16,6 @@ options=('!strip' 'staticlibs')
source=("git+https://github.com/ChristophHaag/openvr.git")
md5sums=("SKIP")
-prepare() {
- echo "CONFIG += c++11" >> "$srcdir/openvr/samples/helloworldoverlay/helloworldoverlay.pro"
-}
-
pkgver() {
cd "$srcdir/openvr"
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)