Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-05-12 02:03:43 +0300
committerNirbheek Chauhan <nirbheek@centricular.com>2020-05-12 02:03:43 +0300
commit553ac050f0190a8f36a4376b62112353c38a0ab2 (patch)
tree0a89183e276ae60b66ce6e93fbb61cfcc447f097 /meson.build
parentd67a658daf52d2526cc2a1fd10291e04ed538670 (diff)
meson: Make C++ compiler detection not be automagic
It is now controlled by the qt5 and/or taglib options. We won't silently fail to build taglib now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/587>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b3049002a..c501ccdf6 100644
--- a/meson.build
+++ b/meson.build
@@ -16,7 +16,6 @@ else
endif
gst_version_is_dev = gst_version_minor % 2 == 1 and gst_version_micro < 90
-# FIXME: automagic
have_cxx = add_languages('cpp', required : false)
glib_req = '>= 2.44.0'