modules/input: Only build quartz module if we're targeting quartz
Otherwise the build is broken on GNU/Linux and Win32.
This commit is contained in:
parent
155caad426
commit
1944e0368d
@ -159,8 +159,10 @@ im_quartz_la_LIBADD = $(LDADDS)
|
|||||||
if INCLUDE_IM_QUARTZ
|
if INCLUDE_IM_QUARTZ
|
||||||
STATIC_QUARTZ_MODULE = libstatic-im-quartz.la
|
STATIC_QUARTZ_MODULE = libstatic-im-quartz.la
|
||||||
else
|
else
|
||||||
|
if USE_QUARTZ
|
||||||
QUARTZ_MODULE = im-quartz.la
|
QUARTZ_MODULE = im-quartz.la
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
multipress_defs = -DMULTIPRESS_LOCALEDIR=\""$(mplocaledir)"\" -DMULTIPRESS_CONFDIR=\""$(sysconfdir)/gtk-2.0"\"
|
multipress_defs = -DMULTIPRESS_LOCALEDIR=\""$(mplocaledir)"\" -DMULTIPRESS_CONFDIR=\""$(sysconfdir)/gtk-2.0"\"
|
||||||
im_multipress_la_CPPFLAGS = $(AM_CPPFLAGS) $(multipress_defs)
|
im_multipress_la_CPPFLAGS = $(AM_CPPFLAGS) $(multipress_defs)
|
||||||
|
Loading…
Reference in New Issue
Block a user