forked from pool/weston
weston-0.99.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=4
This commit is contained in:
parent
0d42895916
commit
2770fab7a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48244bdff173f8d57b15df1b43497b5a89d20740923f7d53cf11975a7890de15
|
||||
size 527368
|
3
weston-0.99.0.tar.xz
Normal file
3
weston-0.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2713ab46f7c646895c6c6e1ebd2ead6a8f8b1b1616f45680e8457b7850872062
|
||||
size 323320
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:08:23 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.99.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 30 00:15:28 UTC 2012 - jengelh@inai.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: weston
|
||||
%define lname libweston0
|
||||
Version: 0.95.0
|
||||
Version: 0.99.0
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: MIT
|
||||
@ -29,7 +29,7 @@ Url: http://weston.freedesktop.org/
|
||||
#Git-Web: http://cgit.freedesktop.org/wayland/weston/
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.64, automake >= 1.11
|
||||
BuildRequires: autoconf >= 2.64, automake >= 1.11
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
@ -55,7 +55,7 @@ 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-client) >= 0.99.0
|
||||
BuildRequires: pkgconfig(wayland-egl)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
BuildRequires: pkgconfig(xkbcommon) >= 0.0.578
|
||||
@ -79,6 +79,9 @@ as a X window manager.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
NOCONFIGURE=1 ./autogen.sh;
|
||||
fi;
|
||||
%configure --disable-static --disable-setuid-install
|
||||
make %{?_smp_mflags};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user