From patchwork Thu Aug 7 12:32:06 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: 377829 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 2C90A1400B6 for ; Thu, 7 Aug 2014 22:32:41 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 6C4413FD02 for ; Thu, 7 Aug 2014 14:32:39 +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 17F243FBFD for ; Thu, 7 Aug 2014 14:32:38 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ispc7.dotserv.com (Postfix) with ESMTP id CEFAD51400D for ; Thu, 7 Aug 2014 14:32:37 +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 KObpBiMKqLoW for ; Thu, 7 Aug 2014 14:32:34 +0200 (CEST) Received: from localhost.localdomain (unknown [195.215.105.114]) (Authenticated sender: dore@madsdore.dk) by ispc7.dotserv.com (Postfix) with ESMTPSA id 7F061514012 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 7/7] Experimental updates. Date: Thu, 7 Aug 2014 14:32:06 +0200 Message-Id: <1407414726-1710-7-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-intel_2.99.914.oe | 26 ++---------------------- recipes/xorg-lib/libx11_1.6.2.oe | 16 +++++++++++++++ recipes/xorg-lib/libx11_1.6.2.oe.sig | 1 + 3 files changed, 19 insertions(+), 24 deletions(-) create mode 100644 recipes/xorg-lib/libx11_1.6.2.oe create mode 100644 recipes/xorg-lib/libx11_1.6.2.oe.sig diff --git a/recipes/xorg-driver/xf86-video-intel_2.99.914.oe b/recipes/xorg-driver/xf86-video-intel_2.99.914.oe index c12a167..41ea65a 100644 --- a/recipes/xorg-driver/xf86-video-intel_2.99.914.oe +++ b/recipes/xorg-driver/xf86-video-intel_2.99.914.oe @@ -1,25 +1,3 @@ -DESCRIPTION = "X.Org X server -- Intel display driver" +require xf86-video-intel-common.inc -require xorg-driver-video.inc - -DEPENDS += "libdrm-intel 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 - libdrm-intel -""" - -DEPENDS_${PN} += "${LIBS_DEPS}" -RDEPENDS_${PN} += "${LIBS_DEPS}" - -do_compile () { - export ACLOCAL_FLAGS="--verbose -I ${WORKDIR}/stage/native/share/aclocal -I ${WORKDIR}/stage/machine/usr/share/aclocal" - make -j 6 -} - -FILES_${PN} += "${datadir}/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy" +DEFAULT_PREFERENCE = "-1" diff --git a/recipes/xorg-lib/libx11_1.6.2.oe b/recipes/xorg-lib/libx11_1.6.2.oe new file mode 100644 index 0000000..c898824 --- /dev/null +++ b/recipes/xorg-lib/libx11_1.6.2.oe @@ -0,0 +1,16 @@ +require libx11.inc +inherit gettext + +RECIPE_TYPES = "sdk machine native" + +EXTRA_OECONF += "--with-keysymdefdir=${HOST_SYSROOT}${includedir}/X11" + +#removed xtrans - removed xslt support elsewhere too +DEPENDS += "xtrans util-macros libxdmcp libxau \ + bigreqsproto xproto xextproto xcmiscproto \ + xf86bigfontproto kbproto inputproto libxcb" +DEPENDS_${PN} += "xproto libxcb libxau libxdmcp libdl" +# "libxau libxdmcp" +RDEPENDS_${PN} += "libxcb libxau libxdmcp libdl libc" + +DEFAULT_PREFERENCE = "-1" diff --git a/recipes/xorg-lib/libx11_1.6.2.oe.sig b/recipes/xorg-lib/libx11_1.6.2.oe.sig new file mode 100644 index 0000000..50ca01a --- /dev/null +++ b/recipes/xorg-lib/libx11_1.6.2.oe.sig @@ -0,0 +1 @@ +0dd74854e6f6bb8a322e88ba3e89f87c3dcf9e08 libX11-1.6.2.tar.bz2