[Xfce4-commits] [xfce/xfwm4] 01/01: build: Switch to xdt-csource

noreply at xfce.org noreply at xfce.org
Sun Jun 30 15:56:31 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit 22fad38989f60da74389baf81c6f3d1699a49691
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Sun Jun 30 15:54:20 2019 +0200

    build: Switch to xdt-csource
    
    Use “xdt-csource” instead of “exo-csource”.
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 configure.ac.in              | 6 +++---
 settings-dialogs/Makefile.am | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index dda1472..beee0a2 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -114,10 +114,10 @@ XDT_CHECK_PACKAGE([XINERAMA], [xinerama], [0])
 
 AS_IF([test "x$USE_MAINTAINER_MODE" = "xyes"],
 [
-  AC_PATH_PROG([EXO_CSOURCE], [exo-csource])
-  AS_IF([test -z "$EXO_CSOURCE"],
+  AC_PATH_PROG([XDT_CSOURCE], [xdt-csource])
+  AS_IF([test -z "$XDT_CSOURCE"],
   [
-    echo '*** The program "exo-csource" is required to build when --enable-maintainer-mode'
+    echo '*** The program "xdt-csource" is required to build when --enable-maintainer-mode'
     echo '*** is specified.'
     exit 1
   ])
diff --git a/settings-dialogs/Makefile.am b/settings-dialogs/Makefile.am
index 5e91c83..5902b38 100644
--- a/settings-dialogs/Makefile.am
+++ b/settings-dialogs/Makefile.am
@@ -97,13 +97,13 @@ BUILT_SOURCES = \
 	workspace-resource.c
 
 xfwm4-workspace-dialog_ui.h: xfwm4-workspace-dialog.glade
-	$(AM_V_GEN) exo-csource --static --strip-comments --strip-content --name=workspace_dialog_ui $< >$@
+	$(AM_V_GEN) $(XDT_CSOURCE) --static --strip-comments --strip-content --name=workspace_dialog_ui $< >$@
 
 xfwm4-dialog_ui.h: xfwm4-dialog.glade
-	$(AM_V_GEN) exo-csource --static --strip-comments --strip-content --name=xfwm4_dialog_ui $< >$@
+	$(AM_V_GEN) $(XDT_CSOURCE) --static --strip-comments --strip-content --name=xfwm4_dialog_ui $< >$@
 
 xfwm4-tweaks-dialog_ui.h: xfwm4-tweaks-dialog.glade
-	$(AM_V_GEN) exo-csource --static --strip-comments --strip-content --name=tweaks_dialog_ui $< >$@
+	$(AM_V_GEN) $(XDT_CSOURCE) --static --strip-comments --strip-content --name=tweaks_dialog_ui $< >$@
 
 workspace-resource.h:
 	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/workspace.gresource.xml --target=$@ --generate-header

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list