xserver-multidpi/hw/xfree86/drivers/Makefile.am
Eric Anholt 2feda3b6b5 modesetting: Connect the driver to the build.
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>
2014-09-16 16:28:42 -07:00

6 lines
67 B
Makefile

SUBDIRS =
if XORG_DRIVER_MODESETTING
SUBDIRS += modesetting
endif