qupzilla: build with X11 support

This commit is contained in:
Chaoting Liu 2016-03-31 20:11:55 +01:00
parent bfddaeb7d0
commit c8855d73f8

View File

@ -1,7 +1,7 @@
_pkgname=QupZilla _pkgname=QupZilla
pkgname='qupzilla' pkgname='qupzilla'
pkgver=2.0.0 pkgver=2.0.0
pkgrel=1 pkgrel=2
pkgdesc="A very fast open source browser based on WebKit core" pkgdesc="A very fast open source browser based on WebKit core"
url="http://www.qupzilla.com" url="http://www.qupzilla.com"
arch=('x86_64') arch=('x86_64')
@ -44,7 +44,6 @@ build() {
export USE_WEBGL="true" export USE_WEBGL="true"
export KDE_INTEGRATION="true" export KDE_INTEGRATION="true"
export ENABLE_OPACITY_EFFECT="true" export ENABLE_OPACITY_EFFECT="true"
export NO_X11="true"
cd "${srcdir}/${_pkgname}-${pkgver}/" cd "${srcdir}/${_pkgname}-${pkgver}/"
/usr/lib/qt5/bin/qmake /usr/lib/qt5/bin/qmake