From: Bernd Kuhls Date: Sat, 27 Feb 2021 18:11:11 +0000 (+0100) Subject: libdrm: install all headers X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0f4911e06e91bd2c391bf6140e4f847cf8611e65;p=feed%2Fpackages.git libdrm: install all headers include/libdrm/drm.h and others headers are needed to build libva. Signed-off-by: Bernd Kuhls (cherry picked from commit cb8c0ba6c0867604622873df96d5be164d747fc8) --- diff --git a/libs/libdrm/Makefile b/libs/libdrm/Makefile index 9a76b3b53e..9bd4f73c9c 100644 --- a/libs/libdrm/Makefile +++ b/libs/libdrm/Makefile @@ -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