Although not strictly GLX related I'm adding it directly here for now to avoid the overhead of an extra package. Bump PKGREVISION.
23 lines
841 B
Makefile
23 lines
841 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/03/02 19:31:00 tnn Exp $
|
|
|
|
PKGNAME= suse_glx-${SUSE_VERSION}
|
|
PKGREVISION= 3
|
|
CATEGORIES= emulators
|
|
RPMUPDPKGS+= Mesa-9.2.3-61.9.1.${SUSE_ARCH}
|
|
RPMUPDPKGS+= Mesa-libEGL1-9.2.3-61.9.1.${SUSE_ARCH}
|
|
RPMUPDPKGS+= Mesa-libGL1-9.2.3-61.9.1.${SUSE_ARCH}
|
|
RPMUPDPKGS+= Mesa-libglapi0-9.2.3-61.9.1.${SUSE_ARCH}
|
|
RPMUPDPKGS+= libgbm1-9.2.3-61.9.1.${SUSE_ARCH}
|
|
RPMPKGS+= libGLU1-9.0.0-7.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libwayland-client0-1.2.1-1.1.${SUSE_ARCH}
|
|
RPMPKGS+= libwayland-server0-1.2.1-1.1.${SUSE_ARCH}
|
|
RPMPKGS+= libudev1-208-6.1.${SUSE_ARCH}
|
|
RPMUPDPKGS+= libLLVM-3.3-6.7.1.${SUSE_ARCH} # needed by swrast_dri.so
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package for OpenGL/Mesa
|
|
|
|
EMUL_MODULES.linux= x11 drm
|
|
|
|
.include "../../emulators/suse131_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|