[gnome-control-center/wip/jsparber/background: 34/45] background: remove chooser gallery from meson.build (needs work)
- From: Julian Sparber <jsparber src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/jsparber/background: 34/45] background: remove chooser gallery from meson.build (needs work)
- Date: Wed, 7 Feb 2018 12:55:27 +0000 (UTC)
commit b0c22807ad2da53e70b76de224a9c4a7f4e1eab0
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]