diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-03-22 10:51:54 -0700 |
---|---|---|
committer | Quanxian Wang <quanxian.wang@intel.com> | 2014-09-24 10:55:16 +0800 |
commit | ac50177d4f4d600eda5048f9fefcfff8dcf8ad64 (patch) | |
tree | 7caba483c0a641596c06770744977d6a9ec07078 | |
parent | 66b4e9c99ad484073d48073628904ea6f9a6d5e5 (diff) | |
download | mesa-ac50177d4f4d600eda5048f9fefcfff8dcf8ad64.tar.gz mesa-ac50177d4f4d600eda5048f9fefcfff8dcf8ad64.tar.bz2 mesa-ac50177d4f4d600eda5048f9fefcfff8dcf8ad64.zip |
mesa-libGLESv3-devel added
-rw-r--r-- | packaging/mesa.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec index 65c5e597d9d..6562402327a 100644 --- a/packaging/mesa.spec +++ b/packaging/mesa.spec @@ -225,12 +225,12 @@ vertex and fragment shaders. This package provides a development environment for building applications using the OpenGL|ES 2.x APIs. -%package -n Mesa-libGLESv3-devel +%package -n mesa-libGLESv3-devel Summary: Development files for the OpenGL ES 3.x API Group: Development/Libraries Requires: pkgconfig(egl) -%description -n Mesa-libGLESv3-devel +%description -n mesa-libGLESv3-devel OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of @@ -597,7 +597,7 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc %_libdir/pkgconfig/dri.pc %_libdir/libdricore9*.so -%files -n Mesa-libGLESv3-devel +%files -n mesa-libGLESv3-devel %defattr(-,root,root) %_includedir/GLES3 |