]> git.pld-linux.org Git - packages/weston.git/commitdiff
- openwfd is no more
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Nov 2012 12:34:50 +0000 (13:34 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Nov 2012 12:34:50 +0000 (13:34 +0100)
weston.spec

index 03d2d11dc89eb368f74e0f4af0a03b9c49cbc82c..fdd6976adbb9dd67703d99030faf61e5be7f18aa 100644 (file)
@@ -1,7 +1,6 @@
 #
 # Conditional build:
 %bcond_without drm             # DRM compositor
-%bcond_with    openwfd         # OpenWF compositor
 %bcond_without wayland         # wayland (nested) compositor
 %bcond_without x11             # X11 compositor
 %bcond_without wlaunch         # weston launch
@@ -40,11 +39,6 @@ BuildRequires:       libdrm-devel >= 2.4.30
 BuildRequires: mtdev-devel >= 1.1.0
 BuildRequires: udev-devel >= 1:136
 %endif
-%if %{with openwfd}
-BuildRequires: Mesa-libgbm-devel
-# what package?
-BuildRequires  pkgconfig(openwfd)
-%endif
 %if %{with x11}
 BuildRequires: libxcb-devel
 BuildRequires: xorg-lib-libX11-devel
@@ -129,9 +123,6 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with drm}
 %attr(755,root,root) %{_libdir}/weston/drm-backend.so
 %endif
-%if %{with openwfd}
-%attr(755,root,root) %{_libdir}/weston/openwfd-backend.so
-%endif
 %if %{with wayland}
 %attr(755,root,root) %{_libdir}/weston/wayland-backend.so
 %endif
This page took 0.054924 seconds and 4 git commands to generate.