[nautilus] audio-video-properties: Enable build



commit ff12b4ea5a4ccdec4181a3aea81421fff3f2ad7d
Author: Corey Berla <corey berla me>
Date:   Sun May 8 19:58:57 2022 -0700

    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

 extensions/audio-video-properties/meson.build | 28 +++++++++++++--------------
 extensions/meson.build                        |  2 +-
 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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]