libdrm: install all headers
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 27 Feb 2021 18:11:11 +0000 (19:11 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 21 Sep 2023 08:03:20 +0000 (10:03 +0200)
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 cb8c0ba6c0867604622873df96d5be164d747fc8)

libs/libdrm/Makefile

index 9a76b3b53e02a51a6c56110477f091d8f2e8e277..9bd4f73c9c60d07476abf86e79a3bca7362d7b4a 100644 (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