forked from pool/weston
Trim and cleanup
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=2
This commit is contained in:
parent
ef72224b41
commit
8b256925bc
16
weston.spec
16
weston.spec
@ -28,7 +28,7 @@ Url: http://weston.freedesktop.org/
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/wayland/weston
|
#Git-Clone: git://anongit.freedesktop.org/wayland/weston
|
||||||
#Git-Web: http://cgit.freedesktop.org/wayland/weston/
|
#Git-Web: http://cgit.freedesktop.org/wayland/weston/
|
||||||
Source: %name-%version.tar.xz
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.64, automake >= 1.11
|
#git#BuildRequires: autoconf >= 2.64, automake >= 1.11
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -41,14 +41,20 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: rsvg-view
|
BuildRequires: rsvg-view
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
|
BuildRequires: pkgconfig(cairo-egl) >= 1.11.3
|
||||||
BuildRequires: pkgconfig(egl) >= 7.10
|
BuildRequires: pkgconfig(egl) >= 7.10
|
||||||
BuildRequires: pkgconfig(gbm)
|
BuildRequires: pkgconfig(gbm)
|
||||||
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(glesv2)
|
BuildRequires: pkgconfig(glesv2)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.30
|
BuildRequires: pkgconfig(libdrm) >= 2.4.30
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
|
BuildRequires: pkgconfig(libsystemd-login)
|
||||||
BuildRequires: pkgconfig(libudev) >= 136
|
BuildRequires: pkgconfig(libudev) >= 136
|
||||||
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||||
BuildRequires: pkgconfig(pixman-1)
|
BuildRequires: pkgconfig(pixman-1)
|
||||||
|
BuildRequires: pkgconfig(poppler-glib)
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: pkgconfig(wayland-egl)
|
BuildRequires: pkgconfig(wayland-egl)
|
||||||
BuildRequires: pkgconfig(wayland-server)
|
BuildRequires: pkgconfig(wayland-server)
|
||||||
@ -56,14 +62,6 @@ BuildRequires: pkgconfig(xkbcommon) >= 0.0.578
|
|||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 1 -p1
|
%patch -P 1 -p1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user