diff options
author | raveit65 <[email protected]> | 2019-05-19 14:22:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-19 16:08:27 +0200 |
commit | 07caf38902a8a53f6da0b3d312c95602ae39e66e (patch) | |
tree | e7553f986fa772d955d39dde5eb0f21a88a3ab15 /configure.ac | |
parent | 3bde1f1aa605bc418e921786243bd8c09a23fb0e (diff) | |
download | mate-themes-07caf38902a8a53f6da0b3d312c95602ae39e66e.tar.bz2 mate-themes-07caf38902a8a53f6da0b3d312c95602ae39e66e.tar.xz |
include GtkStock icons directly in HCI
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac index 44b41ec0..c43e7f7a 100644 --- a/configure.ac +++ b/configure.ac @@ -26,24 +26,8 @@ PKG_CHECK_MODULES(THEME_ENGINE, [gtk+-2.0 >= 2.0.0 dnl gdk-pixbuf-2.0 >= 2.0.0 ]) -GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0` -AC_SUBST(GTK_VERSION) - -dnl used to substitute in common sections of theme gtkrc files -gtk_stock_icons_rc=${srcdir}/common/gtk-stock-icons.rc -panel_stock_icons_rc=${srcdir}/common/panel-stock-icons.rc -media_stock_icons_rc=${srcdir}/common/media-stock-icons.rc -capplet_stock_icons_rc=${srcdir}/common/capplet-stock-icons.rc -marco_stock_icons_rc=${srcdir}/common/marco-stock-icons.rc -AC_SUBST_FILE(gtk_stock_icons_rc) -AC_SUBST_FILE(panel_stock_icons_rc) -AC_SUBST_FILE(media_stock_icons_rc) -AC_SUBST_FILE(capplet_stock_icons_rc) -AC_SUBST_FILE(marco_stock_icons_rc) - AC_CONFIG_FILES([ Makefile -common/Makefile cursor-themes/Makefile cursor-themes/mate-white/Makefile cursor-themes/mate-white/cursors/Makefile |