From 3b669b962a3ed0015751081658a942e596639c17 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sat, 20 Feb 2021 13:27:57 +0300 Subject: Fixed TQT build parameters Signed-off-by: ormorph --- dev-tqt/tqt/tqt-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-tqt') diff --git a/dev-tqt/tqt/tqt-9999.ebuild b/dev-tqt/tqt/tqt-9999.ebuild index 1168fb0c..f7616610 100644 --- a/dev-tqt/tqt/tqt-9999.ebuild +++ b/dev-tqt/tqt/tqt-9999.ebuild @@ -179,7 +179,7 @@ src_configure() { use nas && myconf+=" -system-nas-sound" || myconf+=" -no-nas-sound" use nis && myconf+=" -nis" || myconf+=" -no-nis" use xrandr && myconf+=" -xrandr" || myconf+=" -no-xrandr" - use mng && myconf+=" -qt-imgfmt-mng -system-libmng" || myconf+=" -no-imgfmt-mng" + use mng && myconf+=" -qt-imgfmt-mng -system-libmng -plugin-imgfmt-mng" || myconf+=" -no-imgfmt-mng" use cups && myconf+=" -cups" || myconf+=" -no-cups" use opengl && myconf+=" -enable-module=opengl -no-dlopen-opengl" || myconf+=" -disable-opengl" use xinerama && myconf+=" -xinerama" || myconf+=" -no-xinerama" @@ -251,6 +251,7 @@ PATH=${TQTBASE}/bin ROOTPATH=${TQTBASE}/bin LDPATH=${libdirs:1} MANPATH=${TQTBASE}/doc/man +XDG_DATA_DIRS="${TQTBASE}/share" EOF cat < "${T}"/44-tqt3-revdep -- cgit v1.2.1