mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
v2: Fix libdrm version check, and use XORG_VERSION_* instead of a
static 1.0.0 version for the driver module.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
6 lines
67 B
Makefile
6 lines
67 B
Makefile
SUBDIRS =
|
|
|
|
if XORG_DRIVER_MODESETTING
|
|
SUBDIRS += modesetting
|
|
endif
|