netsurf: fix loading of search engines
This commit is contained in:
parent
5657fd3e38
commit
b7853685fb
1 changed files with 3 additions and 8 deletions
|
@ -1,16 +1,11 @@
|
|||
# Template file for 'netsurf'
|
||||
pkgname=netsurf
|
||||
version=3.10
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
make_build_args="
|
||||
TARGET=gtk3
|
||||
NETSURF_USE_BMP=YES \
|
||||
NETSURF_USE_WEBP=YES \
|
||||
NETSURF_USE_VIDEO=NO \
|
||||
NETSURF_USE_HARU_PDF=NO
|
||||
"
|
||||
make_build_args="PREFIX=/usr TARGET=gtk3 NETSURF_USE_BMP=YES NETSURF_USE_WEBP=YES
|
||||
NETSURF_USE_VIDEO=NO NETSURF_USE_HARU_PDF=NO"
|
||||
make_install_args="$make_build_args"
|
||||
hostmakedepends="pkg-config gperf flex nsgenbind gdk-pixbuf-devel
|
||||
tar perl-HTML-Parser glib-devel xxd"
|
||||
|
|
Loading…
Add table
Reference in a new issue