udev: depends on gtk-doc

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-03 17:56:52 +02:00
parent 380b7e6f13
commit 1dbf56453e

View File

@ -27,7 +27,7 @@ PKG_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
#PKG_URL="http://www.eu.kernel.org/pub/linux/utils/kernel/hotplug/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="glib pciutils usbutils libusb-compat"
PKG_BUILD_DEPENDS="toolchain glib pciutils usbutils libusb-compat"
PKG_BUILD_DEPENDS="toolchain glib gtk-doc pciutils usbutils libusb-compat"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="udev: A Userspace Implementation for dynamic /dev nodes"