open-src/driver/xf86-video-ati/Makefile
changeset 1111 582653852b4c
parent 1097 243d7ed7a10c
child 1119 51e8e7fa90b7
equal deleted inserted replaced
1110:49ceb96104f0 1111:582653852b4c
    53 MODULE_COMPILER_SET=yes
    53 MODULE_COMPILER_SET=yes
    54 
    54 
    55 # Extra flags to pass to configure script
    55 # Extra flags to pass to configure script
    56 MODULE_CONFIG_OPTS=--enable-dri
    56 MODULE_CONFIG_OPTS=--enable-dri
    57 
    57 
    58 # Need to override setting of CONFIG_SHELL from Makefile.init to work around
       
    59 # ksh93 bug that causes config.status/config.h to be incorrectly generated
       
    60 MODULE_CONFIG_ENV= CONFIG_SHELL=/usr/bin/bash
       
    61 
       
    62 # Paths to find libraries/modules to link with - libraries themselves listed
    58 # Paths to find libraries/modules to link with - libraries themselves listed
    63 # in src/Makefile.am since ATI has multiple submodules with different needs
    59 # in src/Makefile.am since ATI has multiple submodules with different needs
    64 MODULE_LD_OPTIONS= \
    60 MODULE_LD_OPTIONS= \
    65 	-L$(PROTODIR)$(X11_SERVERMODS_DIR) \
    61 	-L$(PROTODIR)$(X11_SERVERMODS_DIR) \
    66 	-L$(PROTODIR)$(MESA_XSERVERMODS_DIR)/extensions \
    62 	-L$(PROTODIR)$(MESA_XSERVERMODS_DIR)/extensions \