1
0
Fork 0

cogl/meson: Remove uneeded cogl-mutter-config.h generation

This was needed until we had autotools in place.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/585
This commit is contained in:
Marco Trevisan (Treviño) 2019-05-21 12:20:04 -05:00
parent 4faeb12731
commit ea0a89bde8
2 changed files with 1 additions and 7 deletions

View file

@ -31,7 +31,7 @@
#ifndef __COGL_MUTTER_H___
#define __COGL_MUTTER_H___
#include "cogl-mutter-config.h"
#include "cogl-config.h"
#include "cogl-defines.h"
#include <cogl/cogl-texture.h>

View file

@ -14,12 +14,6 @@ cogl_config_h = configure_file(
output: 'cogl-config.h',
configuration: cdata)
# TODO: Remove this when autotools support is removed
cogl_mutter_config_h = configure_file(
input: 'cogl-config.h.meson',
output: 'cogl-mutter-config.h',
configuration: cdata)
cogl_pkg_deps = [
glib_dep,
gobject_dep,