Browse Source

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 years ago
parent
commit
d3576611f3
1 changed files with 1 additions and 1 deletions
  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/