[Xfce4-commits] [xfce/libxfce4ui] 01/01: Fix build error with --disable-gtk3 (Bug #12648)
noreply at xfce.org
noreply at xfce.org
Thu Sep 15 10:07:57 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/libxfce4ui.
commit bd55a3cee960255aa59a331ee2998c01fdfff8eb
Author: Flo <flo.xfce at gmx-topmail.de>
Date: Thu Sep 15 10:06:18 2016 +0200
Fix build error with --disable-gtk3 (Bug #12648)
---
tests/Makefile.am | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fffeadb..0cd6e55 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -22,8 +22,7 @@ AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"libxfce4ui-tests\"
noinst_PROGRAMS = \
- test-ui-gtk2 \
- test-ui-gtk3
+ test-ui-gtk2
# test-ui-gtk2
@@ -48,6 +47,10 @@ test_ui_gtk2_LDADD = \
$(top_builddir)/libxfce4ui/libxfce4ui-1.la
# test-ui-gtk3
+if ENABLE_GTK3_LIBRARY
+noinst_PROGRAMS += \
+ test-ui-gtk3
+
test_ui_gtk3_SOURCES = \
test-ui.c
@@ -67,3 +70,4 @@ test_ui_gtk3_LDADD = \
$(LIBSTARTUP_NOTIFICATION_LIBS) \
$(LIBXFCE4UTIL_LIBS) \
$(top_builddir)/libxfce4ui/libxfce4ui-2.la
+endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list