[gnome-power-manager/wip/hughsie/meson] Remove unused defines
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-power-manager/wip/hughsie/meson] Remove unused defines
- Date: Wed, 30 Nov 2016 16:34:52 +0000 (UTC)
commit a841f94106a8233122516bc45ee4d56b88bd074b
Author: Richard Hughes <richard hughsie com>
Date: Wed Nov 30 16:16:25 2016 +0000
Remove unused defines
config.h.in | 6 ------
meson.build | 4 ----
2 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/config.h.in b/config.h.in
index ce4cb13..b7ddd97 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,10 +1,4 @@
/* config.h.in. */
-/* Have tests */
-#mesondefine HAVE_TESTS
-
/* Package name for gettext */
#mesondefine GETTEXT_PACKAGE
-
-/* Define to the version of this package */
-#mesondefine PACKAGE_VERSION
diff --git a/meson.build b/meson.build
index 45ab0d4..ee44f4d 100644
--- a/meson.build
+++ b/meson.build
@@ -69,10 +69,6 @@ cairo = dependency('cairo', version : '>= 1.0.0')
upower = dependency('upower-glib', version : '>= 0.9.1')
libm = cc.find_library('libm', required: false)
-if get_option('enable-tests')
- conf.set('HAVE_TESTS', 1)
-endif
-
# use gperf for faster string -> enum matching
docbook2man = find_program('docbook2man', required : false)
if docbook2man.found()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]