.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=210
This commit is contained in:
parent
dd060aaa31
commit
ec97e04ae5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 06:31:44 UTC 2016 - werner@suse.de
|
||||
|
||||
- Diable experimental cairo support as it cause trouble with spacemacs
|
||||
as well as with the w3 mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 15:01:07 UTC 2016 - werner@suse.de
|
||||
|
||||
|
10
emacs.spec
10
emacs.spec
@ -17,6 +17,8 @@
|
||||
|
||||
|
||||
%bcond_with autoconf
|
||||
# Experimental, not for production (see https://www.gnu.org/software/emacs/news/NEWS.25.1)
|
||||
%bcond_with cairo
|
||||
|
||||
Name: emacs
|
||||
BuildRequires: ImageMagick
|
||||
@ -26,7 +28,7 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
%endif
|
||||
BuildRequires: alsa-devel
|
||||
%if 0%{?suse_version} > 1130
|
||||
%if %{with cairo} && 0%{?suse_version} > 1130
|
||||
BuildRequires: cairo-devel
|
||||
%endif
|
||||
BuildRequires: dbus-1-devel
|
||||
@ -354,17 +356,15 @@ DESKTOP="--with-x \
|
||||
GTK="${DESKTOP} \
|
||||
%if 0%{?suse_version} > 1130
|
||||
--with-x-toolkit=gtk3 \
|
||||
--with-xwidgets \
|
||||
%else
|
||||
--with-x-toolkit=gtk2 \
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1320
|
||||
--with-xwidgets \
|
||||
%endif
|
||||
--x-includes=%{_x11inc} \
|
||||
--x-libraries=%{_x11lib} \
|
||||
--with-libotf \
|
||||
--with-m17n-flt \
|
||||
%if 0%{?suse_version} > 1130
|
||||
%if %{with cairo} && 0%{?suse_version} > 1130
|
||||
--with-cairo \
|
||||
%endif
|
||||
"
|
||||
|
Loading…
x
Reference in New Issue
Block a user