summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorwbx <wbx@openadk.org>2011-04-13 10:57:00 +0200
committerwbx <wbx@openadk.org>2011-04-13 10:57:00 +0200
commit824b97eba0388baf04e9e91d950f24ac01501d47 (patch)
tree7f94d6b9b3bfae94aa2582f2876e5b35953daeee /package
parent93147ab763d26047094c6d71c63840048b53885c (diff)
add dependencies
Diffstat (limited to 'package')
-rw-r--r--package/libXmu/Makefile2
-rw-r--r--package/libXt/Makefile2
-rw-r--r--package/xvinfo/Makefile1
3 files changed, 3 insertions, 2 deletions
diff --git a/package/libXmu/Makefile b/package/libXmu/Makefile
index d00b6eea8..88e222daf 100644
--- a/package/libXmu/Makefile
+++ b/package/libXmu/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 15e1cb9aaf97eae169bfe6944e0a541e
PKG_DESCR:= miscellaneous utility functions for X libraries
PKG_SECTION:= x11/libs
-PKG_BUILDDEP:= libXt
+PKG_BUILDDEP:= libXt libXext
PKG_SITES:= ${MASTER_SITE_XORG}
PKG_SUBPKGS:= LIBXMU LIBXMU_DEV
diff --git a/package/libXt/Makefile b/package/libXt/Makefile
index 325e829ca..87e593339 100644
--- a/package/libXt/Makefile
+++ b/package/libXt/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 091ed356b8ab9ca4fcbb471f738ca544
PKG_DESCR:= X Toolkit Intrinsics libraries
PKG_SECTION:= x11/libs
-PKG_BUILDDEP:= libSM
+PKG_BUILDDEP:= libSM libX11 kbproto
PKG_SITES:= ${MASTER_SITE_XORG}
PKG_SUBPKGS:= LIBXT LIBXT_DEV
diff --git a/package/xvinfo/Makefile b/package/xvinfo/Makefile
index 8b0965257..30a7964e1 100644
--- a/package/xvinfo/Makefile
+++ b/package/xvinfo/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 49f5a19ddff9393aaea4ecaacaedddb3
PKG_DESCR:= Print out X-Video extension adaptor information
PKG_SECTION:= x11/apps
+PKG_BUILDDEP:= libXv
PKG_URL:= http://xorg.freedesktop.org/
PKG_SITES:= ${MASTER_SITE_XORG}