libdrm: install all headers

include/libdrm/drm.h and others headers are needed to build libva.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
(cherry picked from commit cb8c0ba6c0)
This commit is contained in:
Bernd Kuhls 2021-02-27 19:11:11 +01:00 committed by Josef Schlehofer
parent f575287c75
commit 0f4911e06e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ MESON_ARGS += \
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/*.h $(1)/usr/include/
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libdrm.so* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig