libsoup: disable vala bindings
This commit is contained in:
parent
b19d1811d4
commit
42fc24c7fc
@ -81,7 +81,3 @@ drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/gir-1.0/
|
||||
-rw-r--r-- root/root usr/share/gir-1.0/Soup-2.4.gir
|
||||
-rw-r--r-- root/root usr/share/gir-1.0/SoupGNOME-2.4.gir
|
||||
drwxr-xr-x root/root usr/share/vala/
|
||||
drwxr-xr-x root/root usr/share/vala/vapi/
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libsoup-2.4.deps
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libsoup-2.4.vapi
|
||||
|
@ -2,11 +2,11 @@
|
||||
# URL: http://live.gnome.org/LibSoup
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Matt Housh, jaeger at morpheus dot net
|
||||
# Depends on: glib-networking libxml2 gobject-introspection vala
|
||||
# Depends on: glib-networking libxml2 gobject-introspection
|
||||
|
||||
name=libsoup
|
||||
version=2.52.2
|
||||
release=1
|
||||
release=2
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
@ -15,6 +15,7 @@ build() {
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-debug=no \
|
||||
--enable-vala=no \
|
||||
--disable-gtk-doc-html
|
||||
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user