diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-07 18:36:16 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-07 18:36:16 -0200 |
commit | 988469173e69f36c6df439075e71aee0447cc89f (patch) | |
tree | 945f0d19406b3a2cb454ff692149ee5ce00803b4 /pcr | |
parent | 9fd3baf7196e6b80538a65d9edefb5a871997a31 (diff) | |
download | abslibre-988469173e69f36c6df439075e71aee0447cc89f.tar.gz abslibre-988469173e69f36c6df439075e71aee0447cc89f.tar.bz2 abslibre-988469173e69f36c6df439075e71aee0447cc89f.zip |
yabause: add qt parameters on PKGBUILD
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/yabause/PKGBUILD | 3 |
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 \ |