summaryrefslogtreecommitdiff
path: root/packages/x11-libs/qtbase/qtbase.exlib
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-05 17:29:29 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-05 17:29:29 +0300
commit8ba4bd03bf45d7abde2efec99ec2a4c44c6a495f (patch)
tree87826a391e47f1a508327188c8045a362145dd88 /packages/x11-libs/qtbase/qtbase.exlib
parentb871b1bb94a432676b41ac016c1bb626c7b47561 (diff)
qtbase: added missed patch from x11 repo
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}