Accepting request 267280 from home:dimstar:branches:X11:terminals
- Add libX11-devel, libXft-devel and libXrender-devel BuildRequires: the configure script silently disables XRENDERFONT support if the dependencies are missing (boo#911683). - Add an extra check after configure to ensure we do not lose this support accidentally ever again. OBS-URL: https://build.opensuse.org/request/show/267280 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=123
This commit is contained in:
parent
b65e2c8d0d
commit
c5293143d3
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 5 13:41:57 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Add libX11-devel, libXft-devel and libXrender-devel
|
||||
BuildRequires: the configure script silently disables XRENDERFONT
|
||||
support if the dependencies are missing (boo#911683).
|
||||
- Add an extra check after configure to ensure we do not lose this
|
||||
support accidentally ever again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 19 12:57:27 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xterm
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@ -70,7 +70,10 @@ BuildRequires: utempter
|
||||
# separate package now
|
||||
BuildRequires: bdftopcf
|
||||
# post xorg libs split
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXaw-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: libXrender-devel
|
||||
%else
|
||||
# case for SLE10 and SLE 11
|
||||
BuildRequires: xorg-x11
|
||||
@ -142,6 +145,8 @@ cd ../vttest-%{vttest_version}
|
||||
--enable-backarrow-is-erase \
|
||||
--enable-sixel-graphics \
|
||||
|
||||
#ensure we do not lose FreeType support (boo#911683)
|
||||
grep "#define XRENDERFONT 1" xtermcfg.h
|
||||
make %{?_smp_mflags}
|
||||
|
||||
pushd "../vttest-%{vttest_version}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user