.
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
|
||||
%endif
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: dbus-1-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: fonts-config
|
||||
@ -330,7 +331,8 @@ export CC CFLAGS LANG LC_CTYPE LDFLAGS
|
||||
--datadir=%{_datadir} \
|
||||
--localstatedir=%{_localstatedir} \
|
||||
--sharedstatedir=%{_localstatedir}/lib \
|
||||
--libexecdir=%{_prefix}/lib
|
||||
--libexecdir=%{_prefix}/lib \
|
||||
--enable-locallisppath=%{_datadir}/emacs/%{version}/site-lisp:%{_datadir}/emacs/site-lisp
|
||||
"
|
||||
DESKTOP="--with-x \
|
||||
--with-sound \
|
||||
@ -346,6 +348,7 @@ DESKTOP="--with-x \
|
||||
GTK="${DESKTOP} \
|
||||
%if 0%{?suse_version} > 1130
|
||||
--with-x-toolkit=gtk3 \
|
||||
--with-xwidgets \
|
||||
%else
|
||||
--with-x-toolkit=gtk2 \
|
||||
%endif
|
||||
@ -354,6 +357,7 @@ DESKTOP="--with-x \
|
||||
--with-xft \
|
||||
--with-libotf \
|
||||
--with-m17n-flt \
|
||||
--with-cairo \
|
||||
"
|
||||
X11="${DESKTOP} \
|
||||
--with-x-toolkit=lucid \
|
||||
@ -384,8 +388,8 @@ DESKTOP="--with-x \
|
||||
--with-xim \
|
||||
--with-wide-int \
|
||||
--with-file-notification=inotify \
|
||||
--with-modules \
|
||||
--enable-autodepend \
|
||||
--enable-locallisppath=%{_datadir}/emacs/%{version}/site-lisp:%{_datadir}/emacs/site-lisp
|
||||
"
|
||||
|
||||
##OIFS="$IFS"; IFS=.
|
||||
|
Loading…
x
Reference in New Issue
Block a user