diff options
author | wbx <wbx@openadk.org> | 2011-04-13 10:57:00 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-13 10:57:00 +0200 |
commit | 824b97eba0388baf04e9e91d950f24ac01501d47 (patch) | |
tree | 7f94d6b9b3bfae94aa2582f2876e5b35953daeee /package/xvinfo/Makefile | |
parent | 93147ab763d26047094c6d71c63840048b53885c (diff) |
add dependencies
Diffstat (limited to 'package/xvinfo/Makefile')
-rw-r--r-- | package/xvinfo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |