From patchwork Fri Aug 9 07:22:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 265896 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 96B412C00D3 for ; Fri, 9 Aug 2013 17:22:41 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 4A0943FC27 for ; Fri, 9 Aug 2013 09:22:40 +0200 (CEST) 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 DB7883F935 for ; Fri, 9 Aug 2013 09:22:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=616; q=dns/txt; s=ironport1; t=1376032957; x=1407568957; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=QSrZQoP3b2xq/Zb3J0ytyB0tMhrlO5XiqUGrCwqM63A=; b=IGePnYdS4SziG8uPAJJ0ioxxAR4VTWsAD36JNZOuwoTUFP3kSh4tryei Gl+6Zm5X+oG/bbH9scr3jlYjUeHSMTwEUMX0Gv2xJBc2jWp45ZUWwBWEh zWPlP8ydgdigDStK9FkuOVC5JYwboocJnoz5OQ25YY1/tfcIodgT8ajCM U=; X-IronPort-AV: E=Sophos;i="4.89,844,1367964000"; d="scan'208";a="3542662" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 09 Aug 2013 09:22:37 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.342.3; Fri, 9 Aug 2013 09:22:37 +0200 Received: by localhost (Postfix, from userid 30019) id 86AAA684449; Fri, 9 Aug 2013 07:22:37 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 05/19] xorg-driver/xorg-driver-input: Updated DEPENDS Date: Fri, 9 Aug 2013 07:22:22 +0000 Message-ID: X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: MIME-Version: 1.0 Cc: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= 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 --- recipes/xorg-driver/xorg-driver-input.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/xorg-driver/xorg-driver-input.inc b/recipes/xorg-driver/xorg-driver-input.inc index 8f0c2d9..720ee84 100644 --- a/recipes/xorg-driver/xorg-driver-input.inc +++ b/recipes/xorg-driver/xorg-driver-input.inc @@ -1,6 +1,7 @@ include xorg-driver-common.inc DEPENDS += "inputproto kbproto pixman xextproto libpciaccess" +DEPENDS += "renderproto fontsproto videoproto" FILES_${PN} += " ${libdir}/xorg/modules/input/*.so" FILES_${PN}-dbg += " ${libdir}/xorg/modules/input/.debug"