diff --git a/weston.spec b/weston.spec index 2e7ebec..bbd7c99 100644 --- a/weston.spec +++ b/weston.spec @@ -28,7 +28,7 @@ Url: http://weston.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/wayland/weston #Git-Web: http://cgit.freedesktop.org/wayland/weston/ Source: %name-%version.tar.xz -Patch1: 0001-wcap-snapshot-add-return-value.patch +Patch1: 0001-wcap-snapshot-add-return-value.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.64, automake >= 1.11 BuildRequires: gcc-c++ @@ -41,14 +41,20 @@ BuildRequires: pkgconfig BuildRequires: rsvg-view BuildRequires: xz BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(cairo-egl) >= 1.11.3 BuildRequires: pkgconfig(egl) >= 7.10 BuildRequires: pkgconfig(gbm) +BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glesv2) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(libdrm) >= 2.4.30 BuildRequires: pkgconfig(libffi) +BuildRequires: pkgconfig(libsystemd-login) BuildRequires: pkgconfig(libudev) >= 136 BuildRequires: pkgconfig(mtdev) >= 1.1.0 BuildRequires: pkgconfig(pixman-1) +BuildRequires: pkgconfig(poppler-glib) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-server) @@ -56,14 +62,6 @@ BuildRequires: pkgconfig(xkbcommon) >= 0.0.578 %description -%package devel -Summary: Development files for the Wayland Compositor Infrastructure -Group: Development/Libraries/C and C++ -Requires: libweston-client0 = %version -Requires: libweston-server0 = %version - -%description devel - %prep %setup -q %patch -P 1 -p1