mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libinput: include cmdline tools in package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -52,9 +52,10 @@ define Build/InstallDev
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libinput/install
|
define Package/libinput/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/udev
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/{udev,*.so*} $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/udev/* $(1)/usr/lib/udev
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libinput))
|
$(eval $(call BuildPackage,libinput))
|
||||||
|
|||||||
Reference in New Issue
Block a user