From patchwork Wed Sep 18 07:23:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?RmF0aWggQcWfxLFjxLE=?= X-Patchwork-Id: 275611 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 3D3E12C00D1 for ; Wed, 18 Sep 2013 17:24:26 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 54C478D170; Wed, 18 Sep 2013 07:24:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vV7i5W4QPWE0; Wed, 18 Sep 2013 07:24:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 91DE68D123; Wed, 18 Sep 2013 07:24:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 4F5EF1BFA01 for ; Wed, 18 Sep 2013 07:24:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 47AB78D123 for ; Wed, 18 Sep 2013 07:24:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1kbfLDEN+0Sf for ; Wed, 18 Sep 2013 07:24:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8871F8D0E4 for ; Wed, 18 Sep 2013 07:24:21 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id l18so5938885wgh.28 for ; Wed, 18 Sep 2013 00:24:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=gzWB9BF4jAjFthjTlAdK7bWLl+jnVS+mAGS3rZX7g8E=; b=0FU0R1fHFDX2E2iWSN/oOeBwTxRSBXKFxBNuONVpKLmspK4IvvfKUdnIYMeXqfCnqx Xbr57PWLJvvrttaH6GXOOqfoea56qiCrmbKatAH2rJPbhPk9lFQ7Xoz6EnerI+gETx6c /8MRKpzeOI50CKbK1W55LyHBXIa0ieW553Pl9C3d7lBHe+4Vf5ZmhGFP5LOKVNE1VUv5 HGEnBUtPi5hwYDfZa/iHqjWvjaSfs6sLHdTL1f2dut9ZZd9bde8mh9disxG4yEtZmhUu QzWeq+nFy+GPXus162pmbLUCQChBm94ZmOi9LUaROjawmveK++EVocwEAX4GsZxgKDw3 Gjvw== X-Received: by 10.194.80.39 with SMTP id o7mr10600676wjx.39.1379489060173; Wed, 18 Sep 2013 00:24:20 -0700 (PDT) Received: from viko.viko.com.tr ([195.33.218.166]) by mx.google.com with ESMTPSA id q5sm421979wiz.3.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Sep 2013 00:24:19 -0700 (PDT) From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= To: buildroot@busybox.net Date: Wed, 18 Sep 2013 10:23:32 +0300 Message-Id: <1379489012-21883-1-git-send-email-fatih.asici@gmail.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] qt5webkit: select libXrender if xcb is enabled X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Fatih Aşıcı --- package/qt5/qt5webkit/Config.in | 1 + package/qt5/qt5webkit/qt5webkit.mk | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in index 48b5125..ba051d6 100644 --- a/package/qt5/qt5webkit/Config.in +++ b/package/qt5/qt5webkit/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_QT5WEBKIT select BR2_PACKAGE_QT5BASE_ICU select BR2_PACKAGE_QT5BASE_GUI select BR2_PACKAGE_SQLITE + select BR2_PACKAGE_XLIB_LIBXRENDER if BR2_PACKAGE_QT5BASE_XCB # This module does not support static linking depends on !BR2_PREFER_STATIC_LIB help diff --git a/package/qt5/qt5webkit/qt5webkit.mk b/package/qt5/qt5webkit/qt5webkit.mk index b51f5c5..5335d9e 100644 --- a/package/qt5/qt5webkit/qt5webkit.mk +++ b/package/qt5/qt5webkit/qt5webkit.mk @@ -21,6 +21,10 @@ QT5WEBKIT_LICENSE = Commercial license QT5WEBKIT_REDISTRIBUTE = NO endif +ifeq ($(BR2_PACKAGE_QT5BASE_XCB),y) +QT5WEBKIT_DEPENDENCIES += xlib_libXrender +endif + define QT5WEBKIT_CONFIGURE_CMDS (cd $(@D); $(TARGET_MAKE_ENV) $(HOST_DIR)/usr/bin/qmake) endef