open-src/driver/Makefile.inc
changeset 1190 faa50483142d
parent 1183 4e4ec215542f
child 1196 1ce455dae979
equal deleted inserted replaced
1189:f3178ba616ba 1190:faa50483142d
    93 MODTYPE_LD_OPTIONS += $(MODTYPE_DEBUG_LD_OPTIONS)
    93 MODTYPE_LD_OPTIONS += $(MODTYPE_DEBUG_LD_OPTIONS)
    94 
    94 
    95 # Need to fix libtool interference with our linker flags
    95 # Need to fix libtool interference with our linker flags
    96 DELIBTOOLIZE=yes
    96 DELIBTOOLIZE=yes
    97 
    97 
       
    98 # Mark packages as only compatible with the current Xorg minor release series,
       
    99 # since Xorg tends to break ABI's in each minor release train (1.8, 1.9, etc.)
       
   100 MODTYPE_ATTRDATA_COMMANDS = @$(START_CMD_ECHO) ; \
       
   101 	print "depend fmri=pkg:/x11/server/xorg@$(MIN_XSERVER_VERS) type=optional" >> $@ ; \
       
   102 	print "depend fmri=pkg:/x11/server/xorg@$(NEXT_XSERVER_VERS) type=exclude" >> $@
       
   103 
    98 ### Include common rules
   104 ### Include common rules
    99 include $(TOP)/open-src/common/Makefile.inc
   105 include $(TOP)/open-src/common/Makefile.inc