libinput: include cmdline tools in package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
2781b83eef
commit
e53a511b68
1 changed files with 4 additions and 3 deletions
|
@ -52,9 +52,10 @@ define Build/InstallDev
|
|||
endef
|
||||
|
||||
define Package/libinput/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib/udev
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/udev/* $(1)/usr/lib/udev
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/{udev,*.so*} $(1)/usr/lib
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,libinput))
|
||||
|
|
Loading…
Reference in a new issue