head 1.1; branch 1.1.1; access; symbols netbsd-11-0-RC4:1.1.1.1 netbsd-11-0-RC3:1.1.1.1 netbsd-11-0-RC2:1.1.1.1 netbsd-11-0-RC1:1.1.1.1 netbsd-11:1.1.1.1.0.6 netbsd-11-base:1.1.1.1 netbsd-10-1-RELEASE:1.1.1.1 netbsd-9-4-RELEASE:1.1.1.1 netbsd-10-0-RELEASE:1.1.1.1 netbsd-10-0-RC6:1.1.1.1 netbsd-10-0-RC5:1.1.1.1 netbsd-10-0-RC4:1.1.1.1 netbsd-10-0-RC3:1.1.1.1 netbsd-10-0-RC2:1.1.1.1 netbsd-10-0-RC1:1.1.1.1 netbsd-10:1.1.1.1.0.4 netbsd-10-base:1.1.1.1 netbsd-9-3-RELEASE:1.1.1.1 netbsd-9-2-RELEASE:1.1.1.1 netbsd-9-1-RELEASE:1.1.1.1 netbsd-9-0-RELEASE:1.1.1.1 netbsd-9-0-RC2:1.1.1.1 netbsd-9-0-RC1:1.1.1.1 netbsd-9:1.1.1.1.0.2 netbsd-9-base:1.1.1.1 xf86-video-intel-6afed33b2d673d88674f0c76efe500ae414e8e1b:1.1.1.1 xorg:1.1.1; locks; strict; comment @# @; 1.1 date 2019.03.20.06.34.02; author mrg; state Exp; branches 1.1.1.1; next ; commitid Z2Tqt8OBTdaOo4gB; 1.1.1.1 date 2019.03.20.06.34.02; author mrg; state Exp; branches; next ; commitid Z2Tqt8OBTdaOo4gB; desc @@ 1.1 log @Initial revision @ text @i810_sources = [ 'i810_accel.c', 'i810_cursor.c', 'i810_driver.c', 'i810_memory.c', 'i810_video.c', 'i810_wmark.c', ] xorg = dependency('xorg-server', required : true) i810_deps = [ dependency('libdrm', required : true), dependency('pciaccess', required : true), xorg, ] if cc.has_header('xaa.h', dependencies : xorg) config.set('HAVE_XAA_H', 1) i810_sources += 'i810_xaa.c' endif if cc.has_header('dgaproc.h', dependencies : xorg) config.set('HAVE_DGAPROC_H', 1) i810_sources += 'i810_dga.c' endif if with_dri1 i810_sources += 'i810_dri.c' i810_deps += dependency('xf86driproto', required : true) if with_xvmc i810_sources += 'i810_hwmc.c' endif endif i810 = static_library('legacy_i810', sources : i810_sources, dependencies : i810_deps, include_directories : inc, c_args : [ '-Wno-unused-parameter', '-Wno-sign-compare', ], install : false) if with_xvmc subdir('xvmc') endif @ 1.1.1.1 log @initial import of xf86-video-intel git version 6afed33b2d673d88674f0c76efe500ae414e8e1b @ text @@