mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Dennis Miller <dennis.z.miller@outlook.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] qt5: fix install step for non-x11 builds
Date: Fri, 17 Jul 2015 12:11:38 +0000 (UTC)	[thread overview]
Message-ID: <loom.20150717T135402-374@post.gmane.org> (raw)
In-Reply-To: <20150717082044.GD26620@pengutronix.de>

The following patch fixes the install step in the Qt 5.4.2 package
for non-x11 builds. 

Signed-off-by: Dennis Miller <dennis.z.miller <at> outlook.com>
Signed-off-by: Dennis Voss <ptxdist <at> dennis-voss.de>
---
diff --git a/rules/qt5.make.original b/rules/qt5.make
index 89422d5..330ad55 100644
--- a/rules/qt5.make.original
+++ b/rules/qt5.make
@@ -232,10 +232,12 @@ $(STATEDIR)/qt5.install:
 	@$(call targetinfo)
 	@$(call world/install, QT5)
 	@find $(QT5_PKGDIR) -name '*.qmltypes' | xargs -r rm
-ifdef PTXCONF_QT5_MODULE_QTWEBKIT
+ifdef PTXCONF_QT5_MODULE_QTWEBKIT_QUICK
 	@chrpath -d $(QT5_PKGDIR)/usr/lib/qt5/libexec/QtWebProcess
+ifdef PTXCONF_QT5_X11
 	@chrpath -d $(QT5_PKGDIR)/usr/lib/qt5/libexec/QtWebPluginProcess
 endif
+endif
 	@$(call touch)
 
 QT5_QT_CONF := $(PTXDIST_SYSROOT_CROSS)/bin/qt5/qt.conf
--



-- 
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2015-07-17 10:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16  7:18 [ptxdist] Possible Patch: Qt 5.4.2 Dennis Miller
2015-07-17  8:20 ` Michael Olbrich
2015-07-17 12:11   ` Dennis Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20150717T135402-374@post.gmane.org \
    --to=dennis.z.miller@outlook.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox