From cb8c0ba6c0867604622873df96d5be164d747fc8 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 27 Feb 2021 19:11:11 +0100 Subject: [PATCH] libdrm: install all headers include/libdrm/drm.h and others headers are needed to build libva. Signed-off-by: Bernd Kuhls --- libs/libdrm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libdrm/Makefile b/libs/libdrm/Makefile index d05ef93cf7..669b8956ce 100644 --- a/libs/libdrm/Makefile +++ b/libs/libdrm/Makefile @@ -64,7 +64,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/lib*.so* $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/lib/pkgconfig