[gnome-settings-daemon] xsettings: Build the fontconfig monitor debug tool



commit d3e38c43834058cb95a6e5dcd5882816b3ab293c
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 3 16:38:52 2015 +0100

    xsettings: Build the fontconfig monitor debug tool
    
    https://bugzilla.gnome.org/show_bug.cgi?id=585455

 plugins/xsettings/Makefile.am |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/plugins/xsettings/Makefile.am b/plugins/xsettings/Makefile.am
index da490b2..e35ff0b 100644
--- a/plugins/xsettings/Makefile.am
+++ b/plugins/xsettings/Makefile.am
@@ -27,6 +27,28 @@ test_gtk_modules_CPPFLAGS =                          \
        -DGTK_MODULES_DIRECTORY=\""$(libdir)/gnome-settings-daemon- GSD_API_VERSION@/gtk-modules/"\" \
        $(AM_CPPFLAGS)
 
+noinst_PROGRAMS += test-fontconfig-monitor
+
+test_fontconfig_monitor_SOURCES =      \
+       fontconfig-monitor.c            \
+       fontconfig-monitor.h
+
+test_fontconfig_monitor_CFLAGS =       \
+       $(PLUGIN_CFLAGS)                \
+       $(SETTINGS_PLUGIN_CFLAGS)       \
+       $(AM_CFLAGS)
+
+test_fontconfig_monitor_LDADD =                                        \
+       $(XSETTINGS_LIBS)                                       \
+       $(SETTINGS_PLUGIN_LIBS)
+
+test_fontconfig_monitor_CPPFLAGS =                     \
+       -I$(top_srcdir)/gnome-settings-daemon           \
+       -I$(top_builddir)/gnome-settings-daemon         \
+       -I$(top_srcdir)/data/                           \
+       -DFONTCONFIG_MONITOR_TEST                       \
+       $(AM_CPPFLAGS)
+
 noinst_PROGRAMS += test-wm-button-layout-translations
 
 test_wm_button_layout_translations_SOURCES =   \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]