diff options
author | ormorph <roma251078@mail.ru> | 2021-02-20 13:27:57 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-17 20:06:09 +0200 |
commit | 3b669b962a3ed0015751081658a942e596639c17 (patch) | |
tree | ba9ae4ccf0fd059358927869bc52fd1ba15dc514 /dev-tqt | |
parent | ed21079cdfd606325adcedd55e0e93a952b37cb3 (diff) | |
download | tde-packaging-gentoo-3b669b962a3ed0015751081658a942e596639c17.tar.gz tde-packaging-gentoo-3b669b962a3ed0015751081658a942e596639c17.zip |
Fixed TQT build parameters
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'dev-tqt')
-rw-r--r-- | dev-tqt/tqt/tqt-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 <<EOF > "${T}"/44-tqt3-revdep |