[Spice-devel] [spice-gtk] build: Remove SPICE_GTK_LOCALEDIR
Christophe Fergeau
cfergeau at redhat.com
Thu Mar 15 13:05:22 UTC 2018
This became obsolete after 93b213e 'spicy-*: Remove translation support'
Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
configure.ac | 3 ---
src/Makefile.am | 1 -
2 files changed, 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2a14055b..17799c1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,9 +20,6 @@ AM_GNU_GETTEXT_VERSION([0.18.2])
AM_GNU_GETTEXT([external])
-SPICE_GTK_LOCALEDIR=[${datadir}/locale]
-AC_SUBST(SPICE_GTK_LOCALEDIR)
-
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
AC_PROG_CC
diff --git a/src/Makefile.am b/src/Makefile.am
index 4b6e46d7..1701cc68 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -67,7 +67,6 @@ KEYMAP_CSV = keycodemapdb/data/keymaps.csv
SPICE_COMMON_CPPFLAGS = \
-DSPICE_COMPILATION \
-DG_LOG_DOMAIN=\"GSpice\" \
- -DSPICE_GTK_LOCALEDIR=\"${SPICE_GTK_LOCALEDIR}\" \
-DPNP_IDS=\""$(PNP_IDS)"\" \
-DUSB_IDS=\""$(USB_IDS)"\" \
-I$(top_srcdir) \
--
2.14.3
More information about the Spice-devel
mailing list