Enable gnome-shell Wayland compositor
This commit is contained in:
parent
02139b7e09
commit
c2aa2678d1
@ -4,7 +4,7 @@
|
||||
|
||||
Name: cogl
|
||||
Version: 1.15.10
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -27,6 +27,7 @@ BuildRequires: pango-devel
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%if %{with_wayland}
|
||||
BuildRequires: libwayland-server-devel
|
||||
BuildRequires: libwayland-client-devel
|
||||
BuildRequires: libwayland-cursor-devel
|
||||
BuildRequires: libwayland-egl-devel
|
||||
@ -76,7 +77,7 @@ This package contains documentation for %{name}.
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||
%configure --enable-cairo=yes --enable-gdk-pixbuf=yes --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes --enable-wayland-egl-platform
|
||||
%configure --enable-cairo=yes --enable-gdk-pixbuf=yes --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes --enable-wayland-egl-platform --enable-wayland-egl-server
|
||||
|
||||
make V=1
|
||||
|
||||
@ -111,6 +112,10 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
||||
|
||||
%changelog
|
||||
* Tue Sep 10 2013 Matthias Clasen <mclasen@redhat.com> - 1.15.10-2
|
||||
- Add configure options that are needed to enable the gnome-shell
|
||||
Wayland compositor
|
||||
|
||||
* Mon Sep 02 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.10-1
|
||||
- Update to 1.15.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user