Fix ruby dependency

* We don't need the lib, only the executable.
* Helps with building on gcc2 since the ruby package isn't hybrid aware.
This commit is contained in:
Adrien Destugues
2013-12-17 09:24:40 +01:00
parent 7ea3f2cd2d
commit 8e44fea6e1

View File

@@ -37,8 +37,6 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
haiku_devel >= $haikuVersion
icu${secondaryArchSuffix}_devel
cmd:pkg_config
devel:libruby$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libsqlite3$secondaryArchSuffix
@@ -47,6 +45,7 @@ BUILD_REQUIRES="
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:pkg_config
cmd:flex
cmd:bison
cmd:gcc$secondaryArchSuffix