From 81b60830e8aa59b2d7fddeb48c678ba9df7e13c3 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 27 Sep 2001 21:31:03 +0000 Subject: Add desktop stuff from patches by Miguel Freitas Fixed xine.m4 installation from Andrew Meredith CVS patchset: 705 CVS date: 2001/09/27 21:31:03 --- misc/xine-config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'misc/xine-config.in') diff --git a/misc/xine-config.in b/misc/xine-config.in index 8879e9fe6..5cc1c4c45 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -18,6 +18,7 @@ Options: [--cflags] [--plugindir] [--skindir] + [--desktopdir] EOF exit $1 } @@ -64,6 +65,9 @@ while test $# -gt 0; do --skindir) echo_skindir=yes ;; + --desktopdir) + echo_desktopdir=yes + ;; *) usage 1 1>&2 ;; @@ -92,3 +96,6 @@ fi if test "$echo_skindir" = "yes"; then echo "@XINE_SKINPATH@" fi +if test "$echo_desktopdir" = "yes"; then + echo "@XINE_DESKTOPPATH@" +fi -- cgit v1.2.3