From eed726b5df204edd494b7228118b07300d8a72ea Mon Sep 17 00:00:00 2001 From: xiaoweiwei Date: Thu, 6 Aug 2020 15:31:52 +0800 Subject: [PATCH] Add compilation dependency to solve compilation failture --- xorg-x11-drv-qxl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xorg-x11-drv-qxl.spec b/xorg-x11-drv-qxl.spec index 760aebf..53a826d 100644 --- a/xorg-x11-drv-qxl.spec +++ b/xorg-x11-drv-qxl.spec @@ -2,7 +2,7 @@ Name: xorg-x11-drv-qxl Version: 0.1.5 -Release: 12 +Release: 13 Summary: Qxl video driver for the X Window System License: MIT URL: http://www.x.org @@ -14,7 +14,7 @@ Patch0004: 0005-Xspice-Adjust-shebang-to-explicitly-mention-python3.patch Patch0005: 0006-qxl-call-provider-init.patch BuildRequires: pkgconfig git-core xorg-x11-server-devel >= 1.1.0-1 spice-protocol >= 0.12.1 BuildRequires: libdrm-devel >= 2.4.46-1 spice-server-devel >= 0.8.0 glib2-devel -BuildRequires: libtool libudev-devel libXfont2-devel +BuildRequires: libtool libudev-devel libXfont2-devel libXext-devel Requires: Xorg %(xserver-sdk-abi-requires ansic) %(xserver-sdk-abi-requires videodrv) %description @@ -53,5 +53,8 @@ install -Dp -m644 examples/spiceqxl.xorg.conf.example $RPM_BUILD_ROOT%{_sysconfd %(pkg-config xorg-server --variable=moduledir)/drivers/spiceqxl_drv.so %changelog +* Thu Aug 6 2020 xiaoweiwei - 0.1.5-13 +- Add compilation dependency to solve compilation failture + * Thu Nov 28 2019 shijian - 0.1.5-11 - Package init