diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-12-02 11:38:11 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-12-09 16:40:25 +0100 |
commit | 137b1a549e0d97b7f82a5f62be91864319fc2ad9 (patch) | |
tree | 4ab2401b5b8a377acc19edc606f50e7312f732be /common | |
parent | f9e0a644aebb6cb6caa2c624f9afd2835ab6834f (diff) |
build-sys: Move opengl check to m4 macro
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index c5e2e2a..5a689fe 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -92,7 +92,6 @@ endif AM_CPPFLAGS = \ -I$(top_srcdir) \ $(SPICE_COMMON_CFLAGS) \ - $(GL_CFLAGS) \ $(PIXMAN_CFLAGS) \ $(PROTOCOL_CFLAGS) \ $(NULL) |