Fix build/run deps in some xorg lib pkgs.

--HG--
extra : convert_revision : e2cc40e6fa780e8060860a56c41a59fff77a5268
This commit is contained in:
Juan RP
2009-02-09 04:31:42 +01:00
parent 2ff54fadeb
commit c397ef5864
7 changed files with 40 additions and 31 deletions

View File

@@ -9,5 +9,6 @@ long_desc="
This package contains the library and header files for the X Session
Management Library. This is from the modular X.org project."
build_depends="pkg-config-0.23 xtrans-1.2 e2fsprogs-1.41"
run_depends="glibc-2.8 xtrans-1.2 e2fsprogs-1.41"
shared_deps="libICE-1.0 e2fsprogs-1.41"
build_depends="pkg-config-0.23 xtrans-1.2 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"