diff options
Diffstat (limited to 'package/xinit/Makefile')
-rw-r--r-- | package/xinit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/xinit/Makefile b/package/xinit/Makefile index ef20573e5..6a1461826 100644 --- a/package/xinit/Makefile +++ b/package/xinit/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:= xinit PKG_VERSION:= 1.2.1 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 7ad82221ebd6600a8d33712ec3b62efb PKG_DESCR:= X Window System initializer PKG_SECTION:= x11/apps -PKG_DEPENDS:= xorg-server mcookie xauth +PKG_DEPENDS:= xorg-server mcookie xauth xset PKG_BUILDDEP+= xorg-server PKG_URL:= http://xorg.freedesktop.org PKG_SITES:= http://xorg.freedesktop.org/archive/individual/app/ |