include $(TOP)/configs/debian

CONFIG_NAME = debian-directfb

GL_LIB_DEPS = -lm -lpthread

DRIVER_DIRS = directfb

ifeq ($(DEB_HOST_ARCH),hurd-i386)
gnudefault:
    @echo "No directfb on hurd, disabling the build by default target
diversion"
    @echo "Creating an empty and invalid shared object so that the build
runs OK"
    touch mesa/drivers/directfb/libidirectfbgl_mesa.so
endif
