diff options
Diffstat (limited to 'mpeglib/ConfigureChecks.cmake')
-rw-r--r-- | mpeglib/ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/ConfigureChecks.cmake b/mpeglib/ConfigureChecks.cmake index 254eb03d..c411b689 100644 --- a/mpeglib/ConfigureChecks.cmake +++ b/mpeglib/ConfigureChecks.cmake @@ -34,7 +34,7 @@ pkg_search_module( XEXT xext ) check_include_file( "X11/extensions/XShm.h" X11_SHARED_MEM ) -check_include_file( "X11/extensions/xf86dga1.h" X11_DGA2 ) +check_include_file( "X11/extensions/Xxf86dga.h" X11_DGA2 ) if( X11_DGA2 ) set( DGA_LIBRARIES Xxf86dga ) endif( ) |