libdrm: install all headers
authorBernd Kuhls <redacted>
Sat, 27 Feb 2021 18:11:11 +0000 (19:11 +0100)
committerBernd Kuhls <redacted>
Sat, 27 Feb 2021 18:37:57 +0000 (19:37 +0100)
include/libdrm/drm.h and others headers are needed to build libva.

Signed-off-by: Bernd Kuhls <redacted>
libs/libdrm/Makefile

index d05ef93cf735da915be03340380f313d3e470a31..669b8956ce35e4354f559636d133d37ff8c3dcd9 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT