Fix a build issue, broken by commit 78a5f450ce

This commit is contained in:
jean-pierre charras 2017-02-04 10:08:54 +01:00
parent 8dadc18429
commit 1338ff02f9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ add_dependencies( gal lib-dependencies )
target_link_libraries( gal
${GLEW_LIBRARIES}
${CAIRO_LIBRARIES}
${PIXMAN_LIBRARY}
${PIXMAN_LIBRARIES}
${OPENGL_LIBRARIES}
)