mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-libs/qwt: Use more qt-utils functions
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -57,8 +57,8 @@ src_prepare() {
|
||||
EOF
|
||||
|
||||
cat >> qwtconfig.pri <<-EOF || die
|
||||
QWT_INSTALL_PLUGINS = "${EPREFIX}/usr/$(get_libdir)/qt6/plugins/designer"
|
||||
QWT_INSTALL_FEATURES = "${EPREFIX}/usr/$(get_libdir)/qt6/mkspecs/features"
|
||||
QWT_INSTALL_PLUGINS = "${EPREFIX}$(qt6_get_plugindir)/designer"
|
||||
QWT_INSTALL_FEATURES = "${EPREFIX}$(qt6_get_mkspecsdir)/features"
|
||||
EOF
|
||||
sed \
|
||||
-e 's/target doc/target/' \
|
||||
|
||||
Reference in New Issue
Block a user