From: Norbert Preining Date: Sat, 23 Jan 2021 16:01:10 +0000 (+0900) Subject: fix-mug-build X-Git-Tag: archive/raspbian/1.12.9-1+rpi1~1^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0e1a0448ad79e23d8f7e68e0c1b529f4c3a91551;p=maildir-utils.git fix-mug-build Gbp-Pq: Name fix-mug-build --- diff --git a/toys/mug/Makefile.am b/toys/mug/Makefile.am index f9b3491..8325f47 100644 --- a/toys/mug/Makefile.am +++ b/toys/mug/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/gtest.mk SUBDIRS= . AM_CPPFLAGS=-I${top_srcdir} -I${top_srcdir}/lib $(GTK_CFLAGS) $(WEBKIT_CFLAGS) \ - -DICONDIR='"$(icondir)"' -DMUGDIR='"$(abs_srcdir)"' \ + -DICONDIR='"$(icondir)"' -DMUGDIR='"/usr/share/pixmaps"' \ -DGSEAL_ENABLE # remove -DGTK_DISABLE_DEPRECATED for now, since it breaks 3.10+ compilation