xkbdata: Add missing dependency to xkbcomp
[openwrt/svn-archive/archive.git] / Xorg / xorg / data / xkbdata / Makefile
index ca8713503803a82413d6e04139b826a90782101b..7587cfeb8d0ad71009d41756db2a467054e7d4ef 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xkbdata
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_VERSION:=1.0.1
 
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/data/
@@ -25,6 +25,7 @@ define Package/xkbdata
   CATEGORY:=Xorg
   SUBMENU:=data
   TITLE:=xkbdata
+  DEPENDS:=+xkbcomp
   URL:=http://xorg.freedesktop.org/
 endef