mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 06:30:38 +01:00
23 lines
297 B
Makefile
23 lines
297 B
Makefile
#
|
|
# Makefile.fpc for X11 Bindings
|
|
#
|
|
|
|
[package]
|
|
name=x11
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=x xlib xutil xresource xcms xshm xrender keysym xi xkb xkblib xatom xinerama xv xvlib cursorfont xrandr xf86dga xf86vmode
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[shared]
|
|
build=n
|