From patchwork Thu Aug 7 12:32:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Mads_Dor=C3=A9_Hansen?= X-Patchwork-Id: 377825 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 DA8BA140097 for ; Thu, 7 Aug 2014 22:32:21 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id CA7303F876 for ; Thu, 7 Aug 2014 14:32:19 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from ispc7.dotserv.com (ssl7.dotserv.com [178.20.217.17]) by hugin.dotsrc.org (Postfix) with ESMTPS id 282273F876 for ; Thu, 7 Aug 2014 14:32:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ispc7.dotserv.com (Postfix) with ESMTP id 8C1CD514009 for ; Thu, 7 Aug 2014 14:32:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ispc7.dotserv.com Received: from ispc7.dotserv.com ([127.0.0.1]) by localhost (ispc7.dotserv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BXr+g7QUSN1g for ; Thu, 7 Aug 2014 14:32:10 +0200 (CEST) Received: from localhost.localdomain (unknown [195.215.105.114]) (Authenticated sender: dore@madsdore.dk) by ispc7.dotserv.com (Postfix) with ESMTPSA id 2CDE351400B for ; Thu, 7 Aug 2014 14:32:06 +0200 (CEST) From: =?UTF-8?q?Mads=20Dor=C3=A9?= To: dev@oe-lite.org Subject: [xorg 3/7] Xorg updates found during Linux Mint 17 build. Date: Thu, 7 Aug 2014 14:32:02 +0200 Message-Id: <1407414726-1710-3-git-send-email-dore@madsdore.dk> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1407414726-1710-1-git-send-email-dore@madsdore.dk> References: <1407414726-1710-1-git-send-email-dore@madsdore.dk> 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: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/xorg-driver/xf86-video-ati_7.1.0.oe | 2 ++ recipes/xorg-lib/libxinerama_1.1.2.oe | 2 ++ recipes/xorg-lib/libxrandr_1.3.2.oe | 2 ++ recipes/xorg-lib/pixman_0.25.2.oe | 2 ++ recipes/xorg-proto/randrproto_1.3.2.oe | 2 +- recipes/xorg-proto/xineramaproto_1.2.1.oe | 2 ++ 6 files changed, 11 insertions(+), 1 deletion(-) diff --git a/recipes/xorg-driver/xf86-video-ati_7.1.0.oe b/recipes/xorg-driver/xf86-video-ati_7.1.0.oe index 1a01d7a..88a3244 100644 --- a/recipes/xorg-driver/xf86-video-ati_7.1.0.oe +++ b/recipes/xorg-driver/xf86-video-ati_7.1.0.oe @@ -6,6 +6,8 @@ DEPENDS += "libdrm-radeon kbproto xf86driproto" LIBS_DEPS = """ xserver-xorg-extension-dri xserver-xorg-extension-dri2 + xserver-xorg-extension-exa + xserver-xorg-extension-fb xserver-xorg-extension-dbe xserver-xorg-extension-glx xserver-xorg-extension-extmod diff --git a/recipes/xorg-lib/libxinerama_1.1.2.oe b/recipes/xorg-lib/libxinerama_1.1.2.oe index 95f76b7..531ce33 100644 --- a/recipes/xorg-lib/libxinerama_1.1.2.oe +++ b/recipes/xorg-lib/libxinerama_1.1.2.oe @@ -8,6 +8,8 @@ devices which may be combined into a single logical X screen." LICENSE = "MIT" +RECIPE_TYPES = "machine native" + DEPENDS += "libxext xineramaproto" DEPENDS_${PN} += "xineramaproto libxext" RDEPENDS_${PN} += "libxext" diff --git a/recipes/xorg-lib/libxrandr_1.3.2.oe b/recipes/xorg-lib/libxrandr_1.3.2.oe index fbc83b9..27b2eac 100644 --- a/recipes/xorg-lib/libxrandr_1.3.2.oe +++ b/recipes/xorg-lib/libxrandr_1.3.2.oe @@ -4,6 +4,8 @@ window of a screen. It is based on the X Resize and Rotate Extension as \ specified in the Proceedings of the 2001 Usenix Technical Conference \ [RANDR]." +RECIPE_TYPES = "machine native" + require xorg-lib-common.inc LICENSE = "MIT-style" diff --git a/recipes/xorg-lib/pixman_0.25.2.oe b/recipes/xorg-lib/pixman_0.25.2.oe index b2043fe..73bdba2 100644 --- a/recipes/xorg-lib/pixman_0.25.2.oe +++ b/recipes/xorg-lib/pixman_0.25.2.oe @@ -7,6 +7,8 @@ including trapezoids, triangles, and rectangles." require xorg-lib-common.inc +RECIPE_TYPES = "machine native" + LICENSE = "MIT & MIT-style & PD" DEPENDS += "zlib libpng libm libgcc libc" diff --git a/recipes/xorg-proto/randrproto_1.3.2.oe b/recipes/xorg-proto/randrproto_1.3.2.oe index 7fb9da4..5729a81 100644 --- a/recipes/xorg-proto/randrproto_1.3.2.oe +++ b/recipes/xorg-proto/randrproto_1.3.2.oe @@ -8,5 +8,5 @@ resize, rotate and reflect the root window of a screen." LICENSE = "MIT-style" -RECIPE_TYPES = "sdk machine" +RECIPE_TYPES = "sdk machine native" diff --git a/recipes/xorg-proto/xineramaproto_1.2.1.oe b/recipes/xorg-proto/xineramaproto_1.2.1.oe index bb5fb1e..f8774a3 100644 --- a/recipes/xorg-proto/xineramaproto_1.2.1.oe +++ b/recipes/xorg-proto/xineramaproto_1.2.1.oe @@ -8,3 +8,5 @@ physical output devices which may be combined into a single logical X \ screen." LICENSE = "MIT & MIT-style" + +RECIPE_TYPES = "machine native"