From patchwork Wed Jan 15 10:06:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: kim.hansen@prevas.dk X-Patchwork-Id: 311048 X-Patchwork-Delegate: jacob.kjaergaard@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 70A812C00A1 for ; Wed, 15 Jan 2014 21:08:43 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 5C4733F867 for ; Wed, 15 Jan 2014 11:08:37 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id 493A63F867 for ; Wed, 15 Jan 2014 11:08:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=657; q=dns/txt; s=ironport1; t=1389780515; x=1421316515; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=juxIp9r23kBfRaPmghUtSg3ZW4O/kCFDGsMUbXIfe98=; b=Kg+MQWBiqNbChzaK3Wf3G8EpLSJRq03e9ISJpMG1ehcMXryd9IY9Db+B yselDGThGiKVflD+fCNPffjHPYAltudRdZeuEmdVe2sqtpRfB02F6sDRy AsKfFx/ABX4NejSIXkg0o5imkup3iQnAd3goW25CQANJy5VbQcYm/K8cb c=; X-IronPort-AV: E=Sophos;i="4.95,661,1384297200"; d="scan'208";a="4303893" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 15 Jan 2014 11:08:34 +0100 Received: from arh146.prevas.dk (172.16.11.12) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.347.0; Wed, 15 Jan 2014 11:08:34 +0100 Received: by arh146.prevas.dk (Postfix, from userid 1000) id 812662740454; Wed, 15 Jan 2014 11:06:31 +0100 (CET) From: To: Subject: [xorg] Add depends. Libs needed when running xkbcomp tool for machine builds Date: Wed, 15 Jan 2014 11:06:30 +0100 Message-ID: <1389780390-13096-1-git-send-email-kim.hansen@prevas.dk> X-Mailer: git-send-email 1.8.5.2 MIME-Version: 1.0 X-Originating-IP: [172.16.11.12] X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Kim Højgaard-Hansen --- recipes/xorg-app/xkbcomp_1.2.3.oe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/xorg-app/xkbcomp_1.2.3.oe b/recipes/xorg-app/xkbcomp_1.2.3.oe index fc43206..731434b 100644 --- a/recipes/xorg-app/xkbcomp_1.2.3.oe +++ b/recipes/xorg-app/xkbcomp_1.2.3.oe @@ -8,6 +8,7 @@ xkbcomp is to create a compiled keymap file (.xkm extension) which can \ be read directly by XKB-capable X servers or utilities." DEPENDS += "libxkbfile util-macros libx11 kbproto libxcb libxau libxdmcp libdl" +DEPENDS_${PN} += "libx11 libxkbfile" RDEPENDS_${PN} += "libx11 libxkbfile"