From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Xorg, mesa, libdrm Date: Fri, 7 Nov 2014 17:09:25 +0100 Message-ID: <20141107160925.GA13836@debian.math.u-bordeaux1.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmm6U-0003wy-4B for guix-devel@gnu.org; Fri, 07 Nov 2014 11:09:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xmm6M-0005wY-Lg for guix-devel@gnu.org; Fri, 07 Nov 2014 11:09:38 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:58099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmm6M-0005vw-9h for guix-devel@gnu.org; Fri, 07 Nov 2014 11:09:30 -0500 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org I just came across these lines in the new package xf86-video-modesetting: (inputs `(;; FIXME: This is a libdrm version incompatible with that of ;; MESA, which xorg-server uses. Therefore, using this driver ;; leads to "unresolved symbol drmModeSetCursor2". ("libdrm" ,libdrm) Could we not simply use libdrm-2.4.33 as in mesa? The same should hold for xf86-video-intel. Or probably better yet, as in the other xf86-video-*, use mesa as an input. Andreas