# HG changeset patch # User Christopher Rogers # Date 1303493725 0 # Node ID fbac7633537e75a903d7afc030362a5e309f6179 # Parent 0de9c84f4573fccc181b29d72fffd56133f1a86b Fixed libdrm-mach64. linux-module-headers should be build depend instead of depend in libdrm-mach64. diff -r 0de9c84f4573 -r fbac7633537e libdrm-mach64/receipt --- a/libdrm-mach64/receipt Fri Apr 22 17:33:42 2011 +0000 +++ b/libdrm-mach64/receipt Fri Apr 22 17:35:25 2011 +0000 @@ -5,9 +5,11 @@ CATEGORY="x-window" SHORT_DESC="DRM Library for mach64 (deprecated but no alternative)." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="linux-module-headers" +DEPENDS="linux" +BUILD_DEPENDS="linux-module-headers" WEB_SITE="http://dri.freedesktop.org/wiki/DRM" -TARBALL="mach64-$VERSION.tar.gz" +SOURCE="mach64" +TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="http://trya.alwaysdata.net/linux/$TARBALL" # Rules to configure and make the package.