[gnome-control-center/wip/jsparber/background: 30/41] background: remove chooser gallery from meson.build (needs work)



commit ea3cd3249bcafe9031d904827ce7f20bb1f9e5bd
Author: Julian Sparber <julian sparber net>
Date:   Fri Feb 2 18:13:05 2018 +0100

    background: remove chooser gallery from meson.build (needs work)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788515

 panels/background/meson.build | 22 ----------------------
 1 file changed, 22 deletions(-)
---
diff --git a/panels/background/meson.build b/panels/background/meson.build
index bb34b69fb..ccb13c3a1 100644
--- a/panels/background/meson.build
+++ b/panels/background/meson.build
@@ -74,8 +74,6 @@ sources = common_sources + files(
   'bg-pictures-source.c',
   'bg-source.c',
   'bg-wallpapers-source.c',
-  'cc-background-chooser-dialog.c',
-  'cc-background-grilo-miner.c',
   'cc-background-item.c',
   'cc-background-xml.c'
 )
@@ -95,14 +93,6 @@ cflags += [
   '-DGNOME_DESKTOP_USE_UNSTABLE_API'
 ]
 
-libbackground_chooser = static_library(
-  cappletname + '-chooser',
-  sources: sources,
-  include_directories: top_inc,
-  dependencies: deps,
-  c_args: cflags
-)
-
 sources = common_sources + files('cc-background-panel.c')
 
 panels_libs += static_library(
@@ -111,16 +101,4 @@ panels_libs += static_library(
   include_directories: top_inc,
   dependencies: deps,
   c_args: cflags,
-  link_with: libbackground_chooser
-)
-
-test_name = 'test-chooser-dialog'
-
-executable(
-  test_name,
-  test_name + '.c',
-  include_directories: top_inc,
-  dependencies: deps,
-  c_args: cflags,
-  link_with: libbackground_chooser
 )


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