瀏覽代碼

xorg-server: fix dri dependencies

These *proto packages may be used as PKG_BUILDDEP only, as they actually
don't define a real package (missing PKG_template in Makefile). This
wasn't a fatal bug, just pkgmaker complaining about it.
Phil Sutter 15 年之前
父節點
當前提交
d3576611f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/xorg-server/Makefile

+ 1 - 1
package/xorg-server/Makefile

@@ -19,7 +19,7 @@ PKG_BUILDDEP+=		libX11 randrproto renderproto fixesproto damageproto \
 			libpciaccess openssl xf86dgaproto
 ifeq (${ADK_PACKAGE_XORG_SERVER_WITH_DRI},y)
 PKG_BUILDDEP+=		xf86driproto glproto dri2proto MesaLib
-PKG_DEPENDS+=		xf86driproto glproto dri2proto mesalib
+PKG_DEPENDS+=		mesalib
 endif
 PKG_URL:=		http://www.x.org
 PKG_SITES:=		http://xorg.freedesktop.org/archive/individual/xserver/