Accepting request 743092 from X11:xfce
OBS-URL: https://build.opensuse.org/request/show/743092 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-terminal?expand=0&rev=23
This commit is contained in:
commit
08977fe888
@ -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…
Reference in New Issue
Block a user