summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2022-05-08 19:58:57 -0700
committerAntónio Fernandes <antoniof@gnome.org>2022-07-06 13:34:53 +0100
commitff12b4ea5a4ccdec4181a3aea81421fff3f2ad7d (patch)
treee0584904828756a7ec4e4b7963eeed8115b6ff9f /extensions
parentd5a8d66be1c8d30ce6e7225681deeae6a0b684ff (diff)
downloadnautilus-ff12b4ea5a4ccdec4181a3aea81421fff3f2ad7d.tar.gz
audio-video-properties: Enable build
Now that gtk4 code is in place, enable build of audio-video-properties again. Previously disabled in 9f8d4c9e111b972acedf1dfbdd83fcb3ca20e027 However, we must still disable tests for the time being, until we port them away from gtk_main(), together with other tests already disabled due to gtk4 by commit 388b2cbb09a2d19eb1b948c435d8bc7cb111149d
Diffstat (limited to 'extensions')
-rw-r--r--extensions/audio-video-properties/meson.build28
-rw-r--r--extensions/meson.build2
2 files changed, 15 insertions, 15 deletions
diff --git a/extensions/audio-video-properties/meson.build b/extensions/audio-video-properties/meson.build
index b67de9d56..6c560f230 100644
--- a/extensions/audio-video-properties/meson.build
+++ b/extensions/audio-video-properties/meson.build
@@ -35,19 +35,19 @@ libtotem_properties_page = shared_module(
install_dir: extensiondir
)
-test_properties_page_sources = files(
- 'totem-properties-main.c',
- 'totem-properties-view.c',
- 'bacon-video-widget-properties.c',
- 'totem-gst-helpers.c',
- 'test-properties-page.c'
-) + resources
+# test_properties_page_sources = files(
+# 'totem-properties-main.c',
+# 'totem-properties-view.c',
+# 'bacon-video-widget-properties.c',
+# 'totem-gst-helpers.c',
+# 'test-properties-page.c'
+# ) + resources
-executable(
- 'test-properties-page',
- test_properties_page_sources,
- dependencies: libtotem_properties_page_deps + [
- nautilus_extension
- ],
-)
+# executable(
+# 'test-properties-page',
+# test_properties_page_sources,
+# dependencies: libtotem_properties_page_deps + [
+# nautilus_extension
+# ],
+# )
diff --git a/extensions/meson.build b/extensions/meson.build
index 46c7b0393..5c6f64cef 100644
--- a/extensions/meson.build
+++ b/extensions/meson.build
@@ -1,3 +1,3 @@
subdir('image-properties')
-#subdir('audio-video-properties')
+subdir('audio-video-properties')
subdir('sendto')