[Xfce4-commits] [xfce/xfwm4] 01/01: Fix build out of tree

noreply at xfce.org noreply at xfce.org
Wed Jul 18 13:47:04 CEST 2018


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 9392f50e2d8e8568fc54a400fa310c7e02a76080
Author: Stephane Gourichon <stephane.gourichon at fidergo.fr>
Date:   Wed Jul 18 13:36:56 2018 +0200

    Fix build out of tree
    
    Bug 14542
    
    glib-compile-resource needs to be told where to find its resources when
    building out of tree.
---
 settings-dialogs/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings-dialogs/Makefile.am b/settings-dialogs/Makefile.am
index 74cb97b..5e91c83 100644
--- a/settings-dialogs/Makefile.am
+++ b/settings-dialogs/Makefile.am
@@ -106,10 +106,10 @@ xfwm4-tweaks-dialog_ui.h: xfwm4-tweaks-dialog.glade
 	$(AM_V_GEN) exo-csource --static --strip-comments --strip-content --name=tweaks_dialog_ui $< >$@
 
 workspace-resource.h:
-	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/workspace.gresource.xml --target=$@ --generate-header
+	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/workspace.gresource.xml --target=$@ --generate-header
 
 workspace-resource.c:
-	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/workspace.gresource.xml --target=$@ --generate-source
+	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/workspace.gresource.xml --target=$@ --generate-source
 
 endif
 

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


More information about the Xfce4-commits mailing list