diff options
Diffstat (limited to 'package/xinput/Makefile')
-rw-r--r-- | package/xinput/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xinput/Makefile b/package/xinput/Makefile index 76b892804..21d328795 100644 --- a/package/xinput/Makefile +++ b/package/xinput/Makefile @@ -14,6 +14,8 @@ PKG_BUILDDEP:= libXi libXinerama libXrandr PKG_URL:= http://xorg.freedesktop.org/ PKG_SITES:= ${MASTER_SITE_XORG} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,XINPUT,xinput,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |