diff options
author | Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> | 2014-12-04 13:46:07 +0100 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-12-05 17:39:34 +0100 |
commit | 0a487a4134151821d04f279802b81d18fbf39733 (patch) | |
tree | 0dd86d3d4cd72a08b1a1bfcd001a61f9bc0148d7 | |
parent | 55b1186cc1101867e0ebea276b6c16c50b58a313 (diff) | |
download | mesa-sandbox/pcoval/tizen.tar.gz mesa-sandbox/pcoval/tizen.tar.bz2 mesa-sandbox/pcoval/tizen.zip |
packaging: Enable XA tracked (needed by xf86-video-vmware)sandbox/pcoval/tizen
Change-Id: Id4506352c09f113e1524296ee1c1ecf59d5f3d29
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
-rw-r--r-- | packaging/mesa.spec | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec index 3ecde45f542..9979930c0af 100644 --- a/packaging/mesa.spec +++ b/packaging/mesa.spec @@ -162,6 +162,31 @@ Summary: Free implementation of Gallium-pipe API %description -n mesa-gallium-pipe Gallium + +%package -n libxatracker +Summary: XA state tracker +Group: System/Libraries +Provides: xatracker + +%description -n libxatracker +This package contains the XA state tracker for gallium3D driver. +It superseeds the Xorg state tracker and provides an infrastructure +to accelerate Xorg 2D operations. It is currently used by vmwgfx +video driver. + +%package -n libxatracker-devel +Summary: Development files for the XA API +Group: Development/Libraries/C and C++ +Requires: libxatracker = %version + +%description -n libxatracker-devel +This package contains the XA state tracker for gallium3D driver. +It superseeds the Xorg state tracker and provides an infrastructure +to accelerate Xorg 2D operations. It is currently used by vmwgfx +video driver. + +This package provides the development environment for compiling +programs against the XA state tracker. %endif %package -n mesa-libGLESv1_CM @@ -307,6 +332,7 @@ autoreconf -fi --enable-gallium-llvm \ --with-dri-drivers=i915,i965,swrast \ --with-gallium-drivers="i915,svga,swrast" \ + --enable-xa \ %else --disable-gallium-egl \ %endif @@ -406,6 +432,18 @@ install -m 644 $RPM_SOURCE_DIR/drirc %{buildroot}/etc %files -n mesa-gallium-pipe %manifest %{name}.manifest %defattr(-,root,root) + +%files -n libxatracker +%defattr(-,root,root) +%manifest %{name}.manifest +%_libdir/libxatracker.so.* + +%files -n libxatracker-devel +%defattr(-,root,root) +%manifest %{name}.manifest +%_includedir/xa_*.h +%_libdir/libxatracker.so +%_libdir/pkgconfig/xatracker.pc %endif %files -n mesa-libGLESv1_CM |