mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix building gtkbuiltincache.h without system GTK+.
2006-06-07 Jürg Billeter <j@bitron.ch> * gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+.
This commit is contained in:
parent
9bea38595f
commit
b92f15dfe9
@ -1,3 +1,7 @@
|
||||
2006-06-07 Jürg Billeter <j@bitron.ch>
|
||||
|
||||
* gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+.
|
||||
|
||||
2006-06-07 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-07 Jürg Billeter <j@bitron.ch>
|
||||
|
||||
* gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+.
|
||||
|
||||
2006-06-07 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
|
@ -1086,7 +1086,8 @@ stamp-icons: $(STOCK_ICONS)
|
||||
|
||||
gtkbuiltincache.h: @REBUILD@ stamp-icons
|
||||
$(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache
|
||||
./gtk-update-icon-cache --force --ignore-theme-index \
|
||||
GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders \
|
||||
./gtk-update-icon-cache --force --ignore-theme-index \
|
||||
--source builtin_icons stock-icons > gtkbuiltincache.h
|
||||
|
||||
EXTRA_DIST += \
|
||||
|
Loading…
Reference in New Issue
Block a user