modules: fix gtk-2.0 paths to gtk-3.0
Both print backends and configuration files for multipress are being installed in the wrong directory, so let's fix that.
This commit is contained in:
committed by
Mario Sanchez Prada
parent
9156908a3a
commit
e2efc165d1
@ -191,7 +191,7 @@ WAYLAND_MODULE = im-wayland.la
|
||||
endif
|
||||
endif
|
||||
|
||||
multipress_defs = -DMULTIPRESS_LOCALEDIR=\""$(mplocaledir)"\" -DMULTIPRESS_CONFDIR=\""$(sysconfdir)/gtk-2.0"\"
|
||||
multipress_defs = -DMULTIPRESS_LOCALEDIR=\""$(mplocaledir)"\" -DMULTIPRESS_CONFDIR=\""$(sysconfdir)/gtk-3.0"\"
|
||||
im_multipress_la_CPPFLAGS = $(AM_CPPFLAGS) $(multipress_defs)
|
||||
libstatic_im_multipress_la_CPPFLAGS = $(im_multipress_la_CPPFLAGS)
|
||||
im_multipress_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module $(no_undefined)
|
||||
|
||||
Reference in New Issue
Block a user