libdrm: install all headers 14931/head
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 27 Feb 2021 18:11:11 +0000 (19:11 +0100)
committerBernd Kuhls <bernd.kuhls@t-online.de>
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 <bernd.kuhls@t-online.de>
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