From f4c4329109a2ffd049ba8c93e464347337d3480b Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 15 Nov 2012 17:38:11 +0000 Subject: [PATCH] Disable weston-launch (requires pam which we don't have) --- packaging/weston.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packaging/weston.spec b/packaging/weston.spec index 24dcb5f..80ccbf5 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -29,7 +29,6 @@ BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(mtdev) BuildRequires: pkgconfig(xcursor) -BuildRequires: pam-devel BuildRequires: libjpeg-devel Requires: xkeyboard-config @@ -49,7 +48,7 @@ Adds a simple cursor theme to the default cursor theme %build -%autogen --disable-setuid-install --disable-x11-compositor --disable-xwayland +%autogen -disable-weston-launch --disable-setuid-install --disable-x11-compositor --disable-xwayland make %{?jobs:-j%jobs} @@ -80,7 +79,6 @@ tar -C $RPM_BUILD_ROOT%{_datadir}/icons/default -xvf %{SOURCE1} %defattr(-,root,root,-) %{_bindir}/weston %{_bindir}/weston-terminal -%{_bindir}/weston-launch %{_bindir}/weston-info %{_bindir}/wayland-* %{_bindir}/wcap-decode -- 2.7.4