From 0e1a0448ad79e23d8f7e68e0c1b529f4c3a91551 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 24 Jan 2021 01:01:10 +0900 Subject: [PATCH] fix-mug-build Gbp-Pq: Name fix-mug-build --- toys/mug/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2