diff --git a/srcpkgs/xwininfo/template b/srcpkgs/xwininfo/template index 88684141e6..e0b0bf4136 100644 --- a/srcpkgs/xwininfo/template +++ b/srcpkgs/xwininfo/template @@ -1,6 +1,7 @@ # Template build file for 'xwininfo'. pkgname=xwininfo version=1.0.5 +revision=1 distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="Query information about X windows" @@ -11,8 +12,10 @@ long_desc=" information about windows. This is from the modular X.org X11 project." - + +Add_dependency run glibc +Add_dependency run libXext +Add_dependency run libX11 Add_dependency build pkg-config -Add_dependency full glibc -Add_dependency full libXext -Add_dependency full libXmu +Add_dependency build libXext-devel +Add_dependency build libX11-devel