diff options
author | Pablo Barciela <[email protected]> | 2019-07-05 17:50:48 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2019-07-24 15:49:10 +0300 |
commit | 675ef4be0e13da77e05fe84f01deda91b6c3bd61 (patch) | |
tree | ba7cc7d2fef8ad3badc123ff9325053ebbe8a946 /icons | |
parent | 2fcdc9e06bfce4c783cf65ba75c6942856b92dcb (diff) | |
download | mate-desktop-675ef4be0e13da77e05fe84f01deda91b6c3bd61.tar.bz2 mate-desktop-675ef4be0e13da77e05fe84f01deda91b6c3bd61.tar.xz |
make 'rsvg-convert' optional
Diffstat (limited to 'icons')
-rw-r--r-- | icons/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index 74c57b5..b8bc6ad 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -29,6 +29,7 @@ update-icon-cache: echo "*** $(gtk_update_icon_cache)"; \ fi +if HAVE_RSVG_CONVERT build-png-icons: $(RSVG_CONVERT) -w 16 -h 16 scalable/apps/mate-desktop.svg -o 16x16/apps/mate-desktop.png $(RSVG_CONVERT) -w 22 -h 22 scalable/apps/mate-desktop.svg -o 22x22/apps/mate-desktop.png @@ -36,6 +37,7 @@ build-png-icons: $(RSVG_CONVERT) -w 32 -h 32 scalable/apps/mate-desktop.svg -o 32x32/apps/mate-desktop.png $(RSVG_CONVERT) -w 48 -h 48 scalable/apps/mate-desktop.svg -o 48x48/apps/mate-desktop.png $(RSVG_CONVERT) -w 128 -h 128 scalable/apps/mate-desktop.svg -o 128x128/apps/mate-desktop.png +endif clean-png-icons: rm -f $(png_icons) |