[Xfce4-commits] [xfce/libxfce4ui] 01/01: Fix build error with --disable-gtk2

noreply at xfce.org noreply at xfce.org
Wed Jun 28 03:15:23 CEST 2017


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

e   r   i   c       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/libxfce4ui.

commit 3bfe8de4b498949e44e47c96dae045235c410205
Author: Olivier Duchateau <duchateau.olivier at gmail.com>
Date:   Mon Jun 26 20:23:16 2017 +0200

    Fix build error with --disable-gtk2
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
 tests/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index ea03867..b3f96b8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -23,13 +23,11 @@ AM_CPPFLAGS =								\
 
 noinst_PROGRAMS =
 
-
 # test-ui-gtk2
-
+if ENABLE_GTK2_LIBRARY
 noinst_PROGRAMS += \
 	test-ui-gtk2
 
-if ENABLE_GTK2_LIBRARY
 test_ui_gtk2_SOURCES =				\
 	test-ui.c
 

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


More information about the Xfce4-commits mailing list