wok diff edbus/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents 0941341ce316
children 5859c84100c0
line diff
     1.1 --- a/edbus/receipt	Fri Apr 12 19:17:52 2013 +0200
     1.2 +++ b/edbus/receipt	Wed Jun 05 02:41:07 2013 +0000
     1.3 @@ -9,9 +9,10 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.enlightenment.org/"
     1.6  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
     1.7 +TAGS="e enlightenment efl"
     1.8  
     1.9 -DEPENDS="eina eet ecore evas dbus expat"
    1.10 -BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev dbus-dev jpeg-dev expat-dev"
    1.11 +DEPENDS="ecore dbus"
    1.12 +BUILD_DEPENDS="ecore-dev dbus-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()