mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
Fix broken DESTDIR support
svn path=/trunk/; revision=17907
This commit is contained in:
parent
5a1a2cf44c
commit
fc9a5caba2
@ -1,3 +1,7 @@
|
|||||||
|
2007-05-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/input/Makefile.am: Fix broken DESTDIR support
|
||||||
|
|
||||||
2007-05-24 Michael Natterer <mitch@imendio.com>
|
2007-05-24 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gtk/gtktooltip.c (find_widget_under_pointer): apply patch from
|
* gtk/gtktooltip.c (find_widget_under_pointer): apply patch from
|
||||||
|
@ -91,7 +91,7 @@ if USE_WIN32
|
|||||||
IM_IME_MODULE=im-ime.la
|
IM_IME_MODULE=im-ime.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
multipress_defs = -DMULTIPRESS_LOCALEDIR=\""$(mplocaledir)"\" -DMULTIPRESS_CONFDIR=\""$(DESTDIR)$(sysconfdir)/gtk-2.0"\"
|
multipress_defs = -DMULTIPRESS_LOCALEDIR=\""$(mplocaledir)"\" -DMULTIPRESS_CONFDIR=\""$(sysconfdir)/gtk-2.0"\"
|
||||||
im_multipress_la_CPPFLAGS = $(multipress_defs)
|
im_multipress_la_CPPFLAGS = $(multipress_defs)
|
||||||
im_multipress_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module $(no_undefined)
|
im_multipress_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module $(no_undefined)
|
||||||
im_multipress_la_SOURCES = \
|
im_multipress_la_SOURCES = \
|
||||||
@ -100,7 +100,7 @@ im_multipress_la_SOURCES = \
|
|||||||
immultipress.c
|
immultipress.c
|
||||||
im_multipress_la_LIBADD = $(LDADDS)
|
im_multipress_la_LIBADD = $(LDADDS)
|
||||||
|
|
||||||
imconffiledir = $(DESTDIR)$(sysconfdir)/gtk-2.0
|
imconffiledir = $(sysconfdir)/gtk-2.0
|
||||||
dist_imconffile_DATA = im-multipress.conf
|
dist_imconffile_DATA = im-multipress.conf
|
||||||
|
|
||||||
if CROSS_COMPILING
|
if CROSS_COMPILING
|
||||||
|
Loading…
Reference in New Issue
Block a user