File: build_gtk3_webkiteditor.sh

package info (click to toggle)
xiphos 4.1.0.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,572 kB
  • sloc: ansic: 25,543; cpp: 13,223; python: 12,684; xml: 2,951; sh: 144; makefile: 42
file content (12 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
set -ve
src="$(readlink -f "$(dirname "${0}")/../")"
distro="${1}"
tag="${2}"
cd "${src}"
if [[ "${distro}" == "ubuntu" ]]; then
    export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/lib/x86_64-linux-gnu/pkgconfig/;
fi
./waf configure --enable-webkit-editor --gtk=3
./waf build -j2
./waf install