diff options
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2022-12-06 08:54:25 +0900 |
---|---|---|
committer | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2022-12-08 16:25:58 +0900 |
commit | 42f14be5daacd50e6131dd85eb7aef22189c0599 (patch) | |
tree | 7a4c16176e9ad837150dbaa862302919c0694b6f | |
parent | 98f06d0921d6f4a7a5cf2bd670a6cf9382d4dec8 (diff) | |
download | libdrm-42f14be5daacd50e6131dd85eb7aef22189c0599.tar.gz libdrm-42f14be5daacd50e6131dd85eb7aef22189c0599.tar.bz2 libdrm-42f14be5daacd50e6131dd85eb7aef22189c0599.zip |
packaging: Disable etnaviv features in meson buildaccepted/tizen/base/20221212.020512
Disable unnecessary etnaviv features on Tizen.
Change-Id: I3b48fd87e871e87d2fefc49de1f1fd111c8ebffa
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
-rw-r--r-- | packaging/libdrm.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/libdrm.spec b/packaging/libdrm.spec index 827cd805..2a7b79bc 100644 --- a/packaging/libdrm.spec +++ b/packaging/libdrm.spec @@ -87,6 +87,7 @@ meson setup --prefix /usr --libdir %{_libdir} \ -Dnexell=true \ -Dinstall-test-programs=true \ -Dcairo-tests=disabled \ + -Detnaviv=disabled \ -Db_pie=true \ builddir |