[gtk+/gtk-2-24] modules/input: Only build quartz module if we're targeting quartz
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] modules/input: Only build quartz module if we're targeting quartz
- Date: Mon, 20 May 2013 18:09:51 +0000 (UTC)
commit 28ac40f0f9458a309e3c5fe8c741193e9251a7f2
Author: Colin Walters <walters verbum org>
Date: Mon May 20 14:06:32 2013 -0400
modules/input: Only build quartz module if we're targeting quartz
Otherwise the build is broken on GNU/Linux and Win32.
modules/input/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/modules/input/Makefile.am b/modules/input/Makefile.am
index 2a457f3..c5e249a 100644
--- a/modules/input/Makefile.am
+++ b/modules/input/Makefile.am
@@ -162,8 +162,10 @@ im_quartz_la_LIBADD = $(LDADDS)
if INCLUDE_IM_QUARTZ
STATIC_QUARTZ_MODULE = libstatic-im-quartz.la
else
+if USE_QUARTZ
QUARTZ_MODULE = im-quartz.la
endif
+endif
multipress_defs = -DMULTIPRESS_LOCALEDIR=\""$(mplocaledir)"\"
-DMULTIPRESS_CONFDIR=\""$(sysconfdir)/gtk-2.0"\"
im_multipress_la_CPPFLAGS = $(multipress_defs)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]