commit xf86-video-qxl for openSUSE:Factory
Hello community, here is the log from the commit of package xf86-video-qxl for openSUSE:Factory checked in at 2014-04-25 16:11:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xf86-video-qxl (Old) and /work/SRC/openSUSE:Factory/.xf86-video-qxl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xf86-video-qxl" Changes: -------- --- /work/SRC/openSUSE:Factory/xf86-video-qxl/xf86-video-qxl.changes 2013-10-31 10:13:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xf86-video-qxl.new/xf86-video-qxl.changes 2014-04-25 16:12:01.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Apr 24 09:50:35 UTC 2014 - sndirsch@suse.com + +- n_hardcode_libdrm_cflags.patch: + * Hardcode libdrm cflags in order to enable KMS support + (bnc#870501) + +------------------------------------------------------------------- New: ---- n_hardcode_libdrm_cflags.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xf86-video-qxl.spec ++++++ --- /var/tmp/diff_new_pack.oBzN2X/_old 2014-04-25 16:12:02.000000000 +0200 +++ /var/tmp/diff_new_pack.oBzN2X/_new 2014-04-25 16:12:02.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xf86-video-qxl # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,10 @@ Group: System/X11/Servers/XF86_4 Url: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2 +Patch0: n_hardcode_libdrm_cflags.patch +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(fontsproto) BuildRequires: pkgconfig(pciaccess) >= 0.10 @@ -47,8 +51,10 @@ %prep %setup -q +%patch0 -p0 %build +autoreconf -fi %configure make %{?_smp_mflags} ++++++ n_hardcode_libdrm_cflags.patch ++++++ Author: Stefan Dirsch <sndirsch@suse.de> Subject: Hardcode libdrm cflags in order to enable KMS support Reference: bnc#870501 --- configure.ac.orig 2014-04-23 14:59:22.611599882 +0000 +++ configure.ac 2014-04-23 15:13:20.665715986 +0000 @@ -72,7 +72,7 @@ CFLAGS="$save_CFLAGS" save_CFLAGS="$CFLAGS" -CFLAGS="$XORG_CFLAGS" +CFLAGS="-I/usr/include/libdrm" AC_CHECK_HEADER(qxl_drm.h,[QXL_DRM=yes],[QXL_DRM=no],[#include <stdint.h>]) CFLAGS="$save_CFLAGS" -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de