7bd9798759
This is meta-package that pulls in various X11 related libraries from the modular X.org X11 project. This is incomplete. I am using this with a patched pkgsrc with X11_TYPE=modular-xorg to build packages.
16 lines
607 B
Makefile
16 lines
607 B
Makefile
# $NetBSD: version.mk,v 1.1.1.1 2005/11/12 02:14:45 jeremy-c-reed Exp $
|
|
#
|
|
# This Makefile fragment is included by Makefiles that need to access
|
|
# the X11_TYPE and version number of a "modular" X.org distribution.
|
|
#
|
|
# The following variables are provided by this file:
|
|
#
|
|
# BUILTIN_X11_TYPE.modular-xorg is the X11_TYPE of the modular X.org
|
|
# distribution and is "modular-xorg".
|
|
#
|
|
# BUILTIN_X11_VERSION.modular-xorg is the version number of the
|
|
# modular X.org distribution detected on the system.
|
|
#
|
|
|
|
BUILTIN_X11_TYPE.modular-xorg= modular-xorg
|
|
BUILTIN_X11_VERSION.modular-xorg= 7.0 ## need to do this
|