open-src/driver/xf86-video-intel/Makefile
changeset 606 068c11b419c9
parent 578 1799c368eb30
child 650 2d76d7355e55
equal deleted inserted replaced
605:e5259db5befc 606:068c11b419c9
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xf86-video-intel Makefile
     3 # xf86-video-intel Makefile
     4 #
     4 #
     5 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     6 # Use subject to license terms.
     6 # Use subject to license terms.
     7 #
     7 #
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     9 # copy of this software and associated documentation files (the
     9 # copy of this software and associated documentation files (the
    10 # "Software"), to deal in the Software without restriction, including
    10 # "Software"), to deal in the Software without restriction, including
    28 # Except as contained in this notice, the name of a copyright holder
    28 # Except as contained in this notice, the name of a copyright holder
    29 # shall not be used in advertising or otherwise to promote the sale, use
    29 # shall not be used in advertising or otherwise to promote the sale, use
    30 # or other dealings in this Software without prior written authorization
    30 # or other dealings in this Software without prior written authorization
    31 # of the copyright holder.
    31 # of the copyright holder.
    32 #
    32 #
    33 # @(#)Makefile	1.19	08/11/04
    33 # @(#)Makefile	1.20	09/01/14
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 MODULE_NAME=xf86-video-intel
    37 MODULE_NAME=xf86-video-intel
    38 
    38 
    39 # Version number (used in path names)
    39 # Version number (used in path names)
    40 MODULE_VERSION=2.3.0
    40 MODULE_VERSION=2.4.2
    41 
    41 
    42 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    43 SOURCE_PATCHES= build-dri.patch libraries.patch \
    43 SOURCE_PATCHES= build-dri.patch libraries.patch \
    44 		6538497_6554161.patch 845_workaround.patch \
    44 		6538497_6554161.patch 845_workaround.patch \
    45 		eaglelake-support.patch 6767351.patch
    45 		Add-support-for-G41-chipset.patch,-p1 \
       
    46 		Fix-broken-stolen-memory-counting-on-G4X.patch,-p1 \
       
    47 		Render-register-clock-gating-disable-fix-on-4-series.patch,-p1 \
       
    48 		Do-force-CRT-detect-sequence-twice-on-4-series-chips.patch,-p1
    46 
    49 
    47 # Man pages to apply Sun footer to & attributes to list
    50 # Man pages to apply Sun footer to & attributes to list
    48 SUNTOUCHED_MANPAGES=man/*.man
    51 SUNTOUCHED_MANPAGES=man/*.man
    49 SUN_PACKAGE=SUNWxorg-graphics-ddx
    52 SUN_PACKAGE=SUNWxorg-graphics-ddx
    50 MODULE_STABILITY=Volatile
    53 MODULE_STABILITY=Volatile
    51 
    54 
    52 MODULE_CONFIG_OPTS=--with-xorg-sdk-dir=$(PROTODIR)/usr/X11/include/xorg
    55 # Extra flags to pass to configure script
       
    56 MODULE_CONFIG_OPTS=--enable-dri
    53 
    57 
    54 # Libraries/modules to link with
    58 # Libraries/modules to link with
    55 MODULE_LD_OPTIONS= \
    59 MODULE_LD_OPTIONS= \
    56 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    60 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    57 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)/extensions \
    61 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)/extensions \