[rygel] rygel: Drop misc.vapi
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] rygel: Drop misc.vapi
- Date: Sun, 19 Aug 2012 09:44:37 +0000 (UTC)
commit 0d6a076e7024d42bc4297a37e46d43e2e61b4010
Author: Jens Georg <mail jensge org>
Date: Sat Aug 18 12:50:56 2012 +0200
rygel: Drop misc.vapi
execvp is part of posix.vapi since 0.16.1
configure.ac | 2 +-
src/rygel/Makefile.am | 2 --
src/rygel/rygel-main.vala | 2 +-
src/rygel/rygel-misc.vapi | 32 --------------------------------
4 files changed, 2 insertions(+), 36 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ef540f1..e4effb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ LT_INIT([dlopen disable-static])
dnl Required versions of library packages
GLIB_REQUIRED=2.31.13
-VALA_REQUIRED=0.15.2
+VALA_REQUIRED=0.16.1
VALADOC_REQUIRED=0.2
GSSDP_REQUIRED=0.11.0
GUPNP_REQUIRED=0.17.1
diff --git a/src/rygel/Makefile.am b/src/rygel/Makefile.am
index 438a388..2f2a953 100644
--- a/src/rygel/Makefile.am
+++ b/src/rygel/Makefile.am
@@ -18,7 +18,6 @@ rygel_SOURCES = \
rygel_VALAFLAGS = \
--pkg posix \
- --pkg rygel-misc \
--pkg gstreamer-0.10 \
$(RYGEL_COMMON_VALAFLAGS)
@@ -35,7 +34,6 @@ MAINTAINERCLEANFILES += $(BUILT_SOURCES)
EXTRA_DIST = \
rygel-build-config.vapi \
- rygel-misc.vapi \
$(VAPI_FILES) \
$(DEPS_FILES) \
$(BUILT_SOURCES)
diff --git a/src/rygel/rygel-main.vala b/src/rygel/rygel-main.vala
index cedee0e..7445199 100644
--- a/src/rygel/rygel-main.vala
+++ b/src/rygel/rygel-main.vala
@@ -274,7 +274,7 @@ internal class Rygel.Main : Object {
}
if (main.need_restart) {
- Misc.Posix.execvp (original_args[0], original_args);
+ Posix.execvp (original_args[0], original_args);
}
return exit_code;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]