mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 04:40:06 +01: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>
5 lines
67 B
Makefile
5 lines
67 B
Makefile
SUBDIRS =
|
|
|
|
if XORG_DRIVER_MODESETTING
|
|
SUBDIRS += modesetting
|
|
endif
|