Browse Source

add dependencies

wbx 13 years ago
parent
commit
824b97eba0
3 changed files with 3 additions and 2 deletions
  1. 1 1
      package/libXmu/Makefile
  2. 1 1
      package/libXt/Makefile
  3. 1 0
      package/xvinfo/Makefile

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 0
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}