summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2020-10-06 14:26:53 +0200
committerFlorian Müllner <fmuellner@gnome.org>2020-10-06 15:14:34 +0200
commitf481cbfa16c154a1b353bcc055f00b72558389e1 (patch)
treee79883bd2de6b8284545d9ea206ea444ada198a3 /src/meson.build
parent113446f2e9ce1d4c1ec6754512b0d0f7c9ba0955 (diff)
downloadmutter-f481cbfa16c154a1b353bcc055f00b72558389e1.tar.gz
plugin: Drop version information
Mutter itself is versioned now, so passing the version information to the plugin is redunant now: The version is already determined by linking to a particular API version (gnome-shell) or by installing to a versioned plugin path (external plugins). https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1473
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/meson.build b/src/meson.build
index e7c99caee..cc8527bea 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -932,7 +932,6 @@ mutter_built_sources += wayland_protocol_sources
subdir('meta')
mutter_built_sources += mutter_enum_types
-mutter_built_sources += mutter_version
libmutter = shared_library(libmutter_name,
mutter_sources,
@@ -999,7 +998,6 @@ if have_introspection
libmutter_gir = gnome.generate_gir(libmutter,
sources: [
- mutter_version,
mutter_enum_types[1],
mutter_introspected_sources,
mutter_public_header_files