The HW specific driver depends on "-lXfixes -lXdamage" to do correct display 27/327/1
authorAustin Yuan <shengquan.yuan@intel.com>
Fri, 14 Mar 2008 22:44:32 +0000 (18:44 -0400)
committerAustin Yuan <shengquan.yuan@intel.com>
Fri, 14 Mar 2008 22:44:32 +0000 (18:44 -0400)
commite9a72caabb78327fb39b2be09824fbf78a357a69
tree00795c7624cfd7c5b77ced45ab498370303a69f6
parent1fde699960314acaddb1f626d01de85e6445fbe1
The HW specific driver depends on "-lXfixes -lXdamage" to do correct display
under rotation mode, but a issue is found that after vaTerminate, XCloseDisplay
will meet a SIGSEGV, and debuging shows libXdamage is unloaded from application
address space after vaTerminate, and keeping libXdamage all along can workaround
this issue. So always link libva with libXdamage here
src/Makefile.am