diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-12-02 14:52:51 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-12-09 16:40:25 +0100 |
commit | 862b9b1a9e39b2448768417e05c436466c060423 (patch) | |
tree | ae8938e1fd3c23ec1e34f68a0cc809793ff6260e /common | |
parent | 137b1a549e0d97b7f82a5f62be91864319fc2ad9 (diff) |
build-sys: Move pixman 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 5a689fe..b4384e8 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -92,7 +92,6 @@ endif AM_CPPFLAGS = \ -I$(top_srcdir) \ $(SPICE_COMMON_CFLAGS) \ - $(PIXMAN_CFLAGS) \ $(PROTOCOL_CFLAGS) \ $(NULL) |