aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2021-02-27 19:11:11 +0100
committerBernd Kuhls <bernd.kuhls@t-online.de>2021-02-27 19:37:57 +0100
commitcb8c0ba6c0867604622873df96d5be164d747fc8 (patch)
treee721bfa32e2aa12f944d68b3efe94410685dd80f /libs
parentd216b47dbfa8378b2d04a9fe2dd7786e57fb5a21 (diff)
libdrm: install all headers
include/libdrm/drm.h and others headers are needed to build libva. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Diffstat (limited to 'libs')
-rw-r--r--libs/libdrm/Makefile2
1 files changed, 1 insertions, 1 deletions
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