Browse Source

Merge pull request #14931 from bkuhls/libdrm-includes

libdrm: install all headers
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by GitHub
parent
commit
1480e75d9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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