.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=203
This commit is contained in:
parent
338c6a87a8
commit
af6369ad8b
@ -26,6 +26,7 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
|
BuildRequires: cairo-devel
|
||||||
BuildRequires: dbus-1-devel
|
BuildRequires: dbus-1-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: fonts-config
|
BuildRequires: fonts-config
|
||||||
@ -330,7 +331,8 @@ export CC CFLAGS LANG LC_CTYPE LDFLAGS
|
|||||||
--datadir=%{_datadir} \
|
--datadir=%{_datadir} \
|
||||||
--localstatedir=%{_localstatedir} \
|
--localstatedir=%{_localstatedir} \
|
||||||
--sharedstatedir=%{_localstatedir}/lib \
|
--sharedstatedir=%{_localstatedir}/lib \
|
||||||
--libexecdir=%{_prefix}/lib
|
--libexecdir=%{_prefix}/lib \
|
||||||
|
--enable-locallisppath=%{_datadir}/emacs/%{version}/site-lisp:%{_datadir}/emacs/site-lisp
|
||||||
"
|
"
|
||||||
DESKTOP="--with-x \
|
DESKTOP="--with-x \
|
||||||
--with-sound \
|
--with-sound \
|
||||||
@ -346,6 +348,7 @@ DESKTOP="--with-x \
|
|||||||
GTK="${DESKTOP} \
|
GTK="${DESKTOP} \
|
||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
--with-x-toolkit=gtk3 \
|
--with-x-toolkit=gtk3 \
|
||||||
|
--with-xwidgets \
|
||||||
%else
|
%else
|
||||||
--with-x-toolkit=gtk2 \
|
--with-x-toolkit=gtk2 \
|
||||||
%endif
|
%endif
|
||||||
@ -354,6 +357,7 @@ DESKTOP="--with-x \
|
|||||||
--with-xft \
|
--with-xft \
|
||||||
--with-libotf \
|
--with-libotf \
|
||||||
--with-m17n-flt \
|
--with-m17n-flt \
|
||||||
|
--with-cairo \
|
||||||
"
|
"
|
||||||
X11="${DESKTOP} \
|
X11="${DESKTOP} \
|
||||||
--with-x-toolkit=lucid \
|
--with-x-toolkit=lucid \
|
||||||
@ -384,8 +388,8 @@ DESKTOP="--with-x \
|
|||||||
--with-xim \
|
--with-xim \
|
||||||
--with-wide-int \
|
--with-wide-int \
|
||||||
--with-file-notification=inotify \
|
--with-file-notification=inotify \
|
||||||
|
--with-modules \
|
||||||
--enable-autodepend \
|
--enable-autodepend \
|
||||||
--enable-locallisppath=%{_datadir}/emacs/%{version}/site-lisp:%{_datadir}/emacs/site-lisp
|
|
||||||
"
|
"
|
||||||
|
|
||||||
##OIFS="$IFS"; IFS=.
|
##OIFS="$IFS"; IFS=.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user