From: Bernd Kuhls Date: Sat, 27 Feb 2021 18:11:11 +0000 (+0100) Subject: libdrm: install all headers X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cb8c0ba6c0867604622873df96d5be164d747fc8;p=openwrt-packages.git libdrm: install all headers include/libdrm/drm.h and others headers are needed to build libva. Signed-off-by: Bernd Kuhls --- diff --git a/libs/libdrm/Makefile b/libs/libdrm/Makefile index d05ef93cf..669b8956c 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