forked from pool/xfce4-terminal
Accepting request 743090 from home:tux93:branches:X11:xfce
- Fix factory build failure OBS-URL: https://build.opensuse.org/request/show/743090 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-terminal?expand=0&rev=42
This commit is contained in:
parent
b30ea17414
commit
b767f6b617
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 13:58:40 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
- Fix factory build failure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 05:58:21 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||
|
||||
|
@ -33,6 +33,7 @@ BuildRequires: utempter-devel
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.8
|
||||
BuildRequires: pkgconfig(libpcre2-8)
|
||||
BuildRequires: pkgconfig(libxfce4ui-2)
|
||||
BuildRequires: pkgconfig(libxfconf-0)
|
||||
BuildRequires: pkgconfig(vte-2.91)
|
||||
@ -56,10 +57,10 @@ helps to save space on the desktop.
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure \
|
||||
--enable-maintainer-mode \
|
||||
--with-utempter
|
||||
--with-utempter
|
||||
%else
|
||||
%configure \
|
||||
--with-utempter
|
||||
--with-utempter
|
||||
%endif
|
||||
%make_build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user