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



commit 0bf9e62ca97594e0986ad59079e65ad6ac5196fd
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 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/panels/background/meson.build b/panels/background/meson.build
index bb34b69..ccb13c3 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]