open-src/driver/xf86-video-intel/Makefile
changeset 705 24ca414edbff
parent 671 e478413c547f
child 720 763156beb073
equal deleted inserted replaced
704:f9b973ecc909 705:24ca414edbff
    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.22	09/03/18
    33 # @(#)Makefile	1.23	09/05/15
    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.4.2
    40 MODULE_VERSION=2.6.1
    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 bugs.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 \
       
    49 		6810801.patch 6819154.patch
       
    50 
    45 
    51 # Man pages to apply Sun footer to & attributes to list
    46 # Man pages to apply Sun footer to & attributes to list
    52 SUNTOUCHED_MANPAGES=man/*.man
    47 SUNTOUCHED_MANPAGES=man/*.man
    53 SUN_PACKAGE=SUNWxorg-graphics-ddx
    48 SUN_PACKAGE=SUNWxorg-graphics-ddx
    54 MODULE_STABILITY=Volatile
    49 MODULE_STABILITY=Volatile
       
    50 
       
    51 # Intel driver doesn't work on some chipsets if built with Sun compiler
       
    52 MODULE_COMPILER=gcc
       
    53 MODULE_COMPILER_SET=yes
    55 
    54 
    56 # Extra flags to pass to configure script
    55 # Extra flags to pass to configure script
    57 MODULE_CONFIG_OPTS=--enable-dri
    56 MODULE_CONFIG_OPTS=--enable-dri
    58 
    57 
    59 # Libraries/modules to link with
    58 # Libraries/modules to link with