Skip to content

Commit

Permalink
* rebuild with webkit2gtk support to enable PAC
Browse files Browse the repository at this point in the history
  • Loading branch information
kth5 committed Apr 12, 2019
1 parent 621d2b3 commit f7c27af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libproxy/PKGBUILD
Expand Up @@ -3,7 +3,7 @@

pkgname=libproxy
pkgver=0.4.15
pkgrel=8
pkgrel=9
pkgdesc="A library that provides automatic proxy configuration management"
arch=(x86_64 powerpc64le)
license=('LGPL')
Expand All @@ -14,7 +14,7 @@ optdepends=('networkmanager: NetworkManager configuration module'
'python: Python 3.x bindings'
'glib2: gsettings configuration module'
'webkit2gtk: PAC proxy support (Webkit2gtk engine)')
makedepends=('cmake' 'networkmanager' 'python' 'python2' 'perl') # 'webkit2gtk')
makedepends=('cmake' 'networkmanager' 'python' 'python2' 'perl' 'webkit2gtk')
url="http://libproxy.github.io/libproxy/"
source=(https://github.com/libproxy/libproxy/archive/${pkgver}.tar.gz)
sha256sums=('18f58b0a0043b6881774187427ead158d310127fc46a1c668ad6d207fb28b4e0')
Expand All @@ -33,7 +33,7 @@ build() {
-DCMAKE_SKIP_RPATH=ON \
-DPERL_VENDORINSTALL=yes \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_WEBKIT3=OFF \
-DWITH_WEBKIT3=ON \
-DWITH_MOZJS=OFF \
-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
-DCMAKE_C_FLAGS="${CFLAGS}" \
Expand Down

0 comments on commit f7c27af

Please sign in to comment.