summaryrefslogtreecommitdiff
path: root/packages/x11-libs/qtbase/qtbase.exlib
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11-libs/qtbase/qtbase.exlib')
-rw-r--r--packages/x11-libs/qtbase/qtbase.exlib5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/x11-libs/qtbase/qtbase.exlib b/packages/x11-libs/qtbase/qtbase.exlib
index 2016f53..780c579 100644
--- a/packages/x11-libs/qtbase/qtbase.exlib
+++ b/packages/x11-libs/qtbase/qtbase.exlib
@@ -253,7 +253,7 @@ qtbase_src_configure() {
$(qt_enable kms)
$(qt_enable libinput)
$(qt_enable libproxy)
- $(ever at_least 5.10.0-beta4 && qt_enable vulkan)
+ $(qt_enable vulkan)
)
# Avoid auto detection of CPU features:
@@ -343,8 +343,9 @@ qtbase_src_compile() {
qtbase_src_install() {
default
-
local host=$(exhost --target)
+# PATH="${IMAGE}/usr/${host}/lib/qt5:${PATH}" QTDIR="${IMAGE}/usr/${host}" emake INSTALL_ROOT="${IMAGE}" install
+
# remove build dir from libraries
edo sed -i -e "s:${WORK}/lib:/usr/${host}/lib/qt5:g" "${IMAGE}"/usr/${host}/lib/{*.la,*.prl,pkgconfig/*.pc}