diff options
Diffstat (limited to 'configs/debian-dri-common')
-rw-r--r-- | configs/debian-dri-common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configs/debian-dri-common b/configs/debian-dri-common index 4069e2c4070..ef2cebd748d 100644 --- a/configs/debian-dri-common +++ b/configs/debian-dri-common @@ -2,7 +2,10 @@ include $(TOP)/configs/debian-common CONFIG_NAME = debian-dri-common -DRI_DRIVER_INSTALL_DIR = $(INSTALL_DIR)/lib/dri -DRI_DRIVER_SEARCH_DIR = /usr/lib/dri +override SRC_DIRS = glx/x11 mesa +override PROGRAM_DIRS = + +override DRI_DRIVER_INSTALL_DIR = $(INSTALL_DIR)/lib/dri +override DRI_DRIVER_SEARCH_DIR = /usr/lib/dri |