mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
gssdp: Add missing patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
70161889cc
commit
ae5c41c16e
2 changed files with 16 additions and 2 deletions
3
deps/gssdp/gssdp.SlackBuild
vendored
3
deps/gssdp/gssdp.SlackBuild
vendored
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=gssdp
|
PRGNAM=gssdp
|
||||||
VERSION=${VERSION:-1.3.1}
|
VERSION=${VERSION:-1.3.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_msb}
|
TAG=${TAG:-_msb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -86,7 +86,6 @@ meson --prefix=/usr \
|
||||||
--libdir=lib${LIBDIRSUFFIX} \
|
--libdir=lib${LIBDIRSUFFIX} \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
-Dgtk_doc=false \
|
-Dgtk_doc=false \
|
||||||
-Dsniffer=false \
|
|
||||||
../
|
../
|
||||||
ninja
|
ninja
|
||||||
DESTDIR=$PKG ninja install
|
DESTDIR=$PKG ninja install
|
||||||
|
|
15
deps/gssdp/gssdp.patch
vendored
Normal file
15
deps/gssdp/gssdp.patch
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- gssdp-1.3.1/meson.build.orig 2021-08-14 23:12:19.168431148 +0700
|
||||||
|
+++ gssdp-1.3.1/meson.build 2021-08-14 23:12:46.260719024 +0700
|
||||||
|
@@ -88,12 +88,6 @@
|
||||||
|
subdir('vala')
|
||||||
|
endif
|
||||||
|
|
||||||
|
-
|
||||||
|
-gidocgen_dep = dependency('gi-docgen', version: '>= 2021.1',
|
||||||
|
- fallback: ['gi-docgen', 'dummy_dep'],
|
||||||
|
- required: get_option('gtk_doc') and get_option('introspection')
|
||||||
|
- )
|
||||||
|
-
|
||||||
|
if get_option('gtk_doc')
|
||||||
|
subdir('doc')
|
||||||
|
endif
|
Loading…
Reference in a new issue