From: José Fonseca Date: Sun, 4 Dec 2011 15:34:24 +0000 (+0000) Subject: Don't search for vg module. X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=commitdiff_plain;h=13d16674b433dec55cdbe93bbacbf2f44b532945 Don't search for vg module. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c7c3da..1cd54f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ if (NOT WIN32) pkg_check_modules (EGL egl) pkg_check_modules (GLESV1 glesv1_cm) pkg_check_modules (GLESV2 glesv2) - pkg_check_modules (VG vg) endif () if (UNIX)