summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLuca Bacci <luca.bacci982@gmail.com>2022-01-14 18:53:36 +0100
committerLuca Bacci <luca.bacci982@gmail.com>2022-01-14 18:57:03 +0100
commitef1905a6650ee4b79d56923089c2bc8eb8383a19 (patch)
tree85e46b68418f9c9fd526dc4d45defb2ecbc23929 /modules
parent06e5da456f974c975b3f8cec2ff48c5e57117ef5 (diff)
downloadgtk+-ef1905a6650ee4b79d56923089c2bc8eb8383a19.tar.gz
post install: query media modules
Diffstat (limited to 'modules')
-rw-r--r--modules/media/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/media/meson.build b/modules/media/meson.build
index d24f84dd86..48ecfd5e10 100644
--- a/modules/media/meson.build
+++ b/modules/media/meson.build
@@ -69,3 +69,7 @@ if gstplayer_dep.found() and gstgl_dep.found()
install: true,
)
endif
+
+if media_backends.length() > 0
+ gio_module_dirs += media_install_dir
+endif