diff options
Diffstat (limited to 'package/x11r7/xapp_xinput/xapp_xinput.mk')
-rw-r--r-- | package/x11r7/xapp_xinput/xapp_xinput.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xinput/xapp_xinput.mk b/package/x11r7/xapp_xinput/xapp_xinput.mk index 4bc5879aa..022deec86 100644 --- a/package/x11r7/xapp_xinput/xapp_xinput.mk +++ b/package/x11r7/xapp_xinput/xapp_xinput.mk @@ -9,4 +9,4 @@ XAPP_XINPUT_SOURCE = xinput-$(XAPP_XINPUT_VERSION).tar.bz2 XAPP_XINPUT_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XINPUT_DEPENDENCIES = xlib_libX11 xlib_libXi -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |