diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-11 08:12:17 -0800 |
---|---|---|
committer | Quanxian Wang <quanxian.wang@intel.com> | 2014-09-24 10:55:16 +0800 |
commit | dc7eb04dcbbbed0aecab1cf930aaeab05e428591 (patch) | |
tree | cd8550c5bd299aa8e5096552d58b02949181ea2a | |
parent | 224a2a563535ea123ae6802090e56dbb49df9c72 (diff) | |
download | mesa-dc7eb04dcbbbed0aecab1cf930aaeab05e428591.tar.gz mesa-dc7eb04dcbbbed0aecab1cf930aaeab05e428591.tar.bz2 mesa-dc7eb04dcbbbed0aecab1cf930aaeab05e428591.zip |
added baselibs for multi lib support( deleted by mistake)
-rw-r--r-- | packaging/baselibs.conf | 12 | ||||
-rw-r--r-- | packaging/mesa.spec | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf new file mode 100644 index 00000000000..f7d424489a0 --- /dev/null +++ b/packaging/baselibs.conf @@ -0,0 +1,12 @@ +libOSMesa +libXvMC_softpipe +libgbm +libwayland-egl +libxatracker +mesa +mesa-libEGL +mesa-libGL +mesa-libGLESv1_CM +mesa-libGLESv2 +mesa-libIndirectGL +mesa-libglapi diff --git a/packaging/mesa.spec b/packaging/mesa.spec index ab6f61c468a..813754e2228 100644 --- a/packaging/mesa.spec +++ b/packaging/mesa.spec @@ -46,7 +46,7 @@ Summary: System for rendering interactive 3-D graphics License: MIT Group: Graphics/Libraries Source: %{_name_archive}-%{_version}.tar.bz2 -#Source2: baselibs.conf +Source2: baselibs.conf Source3: README.updates Source5: drirc Source6: %name-rpmlintrc |