diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2007-02-16 00:57:44 -0800 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2007-02-16 00:57:44 -0800 |
commit | 20e146a09e3b4907a6800588ebfa787bfc5b0d89 (patch) | |
tree | 58f957dbefa6bd74c100a222825e5b8c67464d08 /src/Makefile.am | |
parent | 17e38e39a49b2a96e31cca4a0b922631c5f7879e (diff) |
Change rotation pixmap creation API to permit start-time rotation.
Start time rotation requires that the pixmap be created after the server has
initialized the screens. Delay the pixmap creation until the first block
handler invocation.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3f680c71..f656270a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,11 +25,9 @@ SUBDIRS = xvmc bios_reader ch7017 ch7xxx ivch sil164 # -avoid-version prevents gratuitous .0.0.0 version numbers on the end # _ladir passes a dummy rpath to libtool so the thing will actually link # TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. -AM_CFLAGS = @WARN_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ \ +AM_CFLAGS = @WARN_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ -Iparser -Imodes \ -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -DXF86_MODES_RENAME -AM_INCLUDES=-Iparser -Imodes - intel_drv_la_LTLIBRARIES = intel_drv.la intel_drv_la_LDFLAGS = -module -avoid-version intel_drv_ladir = @moduledir@/drivers |