mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
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:
parent
4faeb12731
commit
ea0a89bde8
@ -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>
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user