summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-04-22 12:38:06 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2020-04-22 12:38:06 +0200
commit74ba31cb2a0fd2b9f77b1cf75becde7c0ac538e7 (patch)
tree2037d9e7aaa06aaa6f3b4f5c66378cf232e7e1b0 /data
parent67715f75ccaa4386968aaaa7ef7e67ccbba0f763 (diff)
downloadixfce4-power-manager-74ba31cb2a0fd2b9f77b1cf75becde7c0ac538e7.tar.gz
Bug #16717: Move from exo-csource to xdt-csource
- exo-csource is deprecated and moved to xdt-csource - Bump minimal xdt version
Diffstat (limited to 'data')
-rw-r--r--data/interfaces/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/interfaces/Makefile.am b/data/interfaces/Makefile.am
index 912bada5..7e47b192 100644
--- a/data/interfaces/Makefile.am
+++ b/data/interfaces/Makefile.am
@@ -9,7 +9,7 @@ if MAINTAINER_MODE
BUILT_SOURCES = $(interfaces_h)
xfpm-settings_ui.h: xfpm-settings.ui
- exo-csource --static --strip-comments --strip-content --name=xfpm_settings_ui $< > $@
+ xdt-csource --static --strip-comments --strip-content --name=xfpm_settings_ui $< > $@
endif