rygel: require gupnp-devel
This commit is contained in:
parent
1c3814e8e8
commit
b7633929ea
|
@ -0,0 +1,9 @@
|
|||
--- a/rygel-core-2.8.pc.in
|
||||
+++ b/rygel-core-2.8.pc.in
|
||||
@@ -11,5 +11,5 @@ Description: GNOME (Mobile) UPnP/DLNA Me
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lrygel-core-2.8
|
||||
Cflags: -I${includedir}/rygel-2.8
|
||||
-Requires: gupnp-av-1.0 gee-0.8
|
||||
+Requires: gupnp-1.6 gupnp-av-1.0 gee-0.8
|
||||
Requires.Private: gmodule-2.0
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rygel'
|
||||
pkgname=rygel
|
||||
version=0.44.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dexamples=false -Dtests=false"
|
||||
|
@ -21,7 +21,7 @@ checksum=5e1a76507209290530e6ce0141fc76946009edfb0fac3ed9432130821e5e4e72
|
|||
conf_files="/etc/rygel.conf"
|
||||
|
||||
rygel-devel_package() {
|
||||
depends="libgee-devel gupnp-av-devel libuuid-devel
|
||||
depends="libgee-devel gupnp-devel gupnp-av-devel libuuid-devel
|
||||
libglib-devel librygel>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue