Accepting request 111488 from home:vuntz:branches:GNOME:Factory

cleanup after accept

OBS-URL: https://build.opensuse.org/request/show/111488
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=55
This commit is contained in:
Vincent Untz
2012-03-28 06:20:05 +00:00
committed by Git OBS Bridge
parent 979f9663fe
commit 48719edfc8
2 changed files with 17 additions and 10 deletions

View File

@@ -47,6 +47,7 @@ BuildRequires: pkgconfig(pixman-1)
BuildRequires: pkgconfig(x11)
%if %build_xcb_backend
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-shm)
%endif
BuildRequires: pkgconfig(xrender)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -162,11 +163,8 @@ NOCONFIGURE=1 ./autogen.sh
--enable-tee \
%if %build_xcb_backend
--enable-xcb \
--enable-xlib-xcb \
--enable-xlib \
%else
--enable-xlib \
%endif
--enable-xlib \
--disable-gtk-doc \
--disable-static
make %{?_smp_mflags} V=1