Browse Source

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>
lilik-openwrt-22.03
Bernd Kuhls 3 years ago
parent
commit
cb8c0ba6c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libdrm/Makefile

+ 1
- 1
libs/libdrm/Makefile View 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


Loading…
Cancel
Save