summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-07 18:36:16 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-07 18:36:16 -0200
commit988469173e69f36c6df439075e71aee0447cc89f (patch)
tree945f0d19406b3a2cb454ff692149ee5ce00803b4 /pcr
parent9fd3baf7196e6b80538a65d9edefb5a871997a31 (diff)
yabause: add qt parameters on PKGBUILD
Diffstat (limited to 'pcr')
-rw-r--r--pcr/yabause/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/yabause/PKGBUILD b/pcr/yabause/PKGBUILD
index bf5aca5f3..c65bcbe2f 100644
--- a/pcr/yabause/PKGBUILD
+++ b/pcr/yabause/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: robb_force <robb_force@holybuffalo.net>
pkgname=yabause
pkgver=0.9.12
-pkgrel=2
+pkgrel=3
pkgdesc='A Sega Saturn emulator.'
url='http://yabause.org/'
license=('GPL')
@@ -24,6 +24,7 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
-DYAB_PORTS=qt \
-DYAB_MULTIBUILD=OFF \
-DYAB_NETWORK=ON \