Enable more options for gnome-shell Wayland compositor
This commit is contained in:
parent
87d2a973e3
commit
32318d732d
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: cogl
|
Name: cogl
|
||||||
Version: 1.15.10
|
Version: 1.15.10
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -32,6 +32,7 @@ BuildRequires: libwayland-client-devel
|
|||||||
BuildRequires: libwayland-cursor-devel
|
BuildRequires: libwayland-cursor-devel
|
||||||
BuildRequires: libwayland-egl-devel
|
BuildRequires: libwayland-egl-devel
|
||||||
BuildRequires: libxkbcommon-devel
|
BuildRequires: libxkbcommon-devel
|
||||||
|
BuildRequires: mesa-libgbm-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -84,8 +85,10 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
|||||||
--enable-glx=yes \
|
--enable-glx=yes \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--enable-introspection=yes \
|
--enable-introspection=yes \
|
||||||
|
--enable-kms-egl-platform \
|
||||||
--enable-wayland-egl-platform \
|
--enable-wayland-egl-platform \
|
||||||
--enable-wayland-egl-server \
|
--enable-wayland-egl-server \
|
||||||
|
--enable-xlib-egl-platform
|
||||||
|
|
||||||
make V=1
|
make V=1
|
||||||
|
|
||||||
@ -120,6 +123,9 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
|||||||
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 12 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.10-3
|
||||||
|
- More configure options for enabling the gnome-shell Wayland compositor
|
||||||
|
|
||||||
* Tue Sep 10 2013 Matthias Clasen <mclasen@redhat.com> - 1.15.10-2
|
* Tue Sep 10 2013 Matthias Clasen <mclasen@redhat.com> - 1.15.10-2
|
||||||
- Add configure options that are needed to enable the gnome-shell
|
- Add configure options that are needed to enable the gnome-shell
|
||||||
Wayland compositor
|
Wayland compositor
|
||||||
|
Loading…
Reference in New Issue
Block a user