[gnome-bluetooth] meson: Remove duplicate and/or unused defines from sendto



commit f4fd208133299f55a21b6c1810b3763b7f0b6b7e
Author: Jan Alexander Steffens (heftig) <jan steffens gmail com>
Date:   Fri Sep 15 15:17:34 2017 +0200

    meson: Remove duplicate and/or unused defines from sendto
    
    https://bugzilla.gnome.org/show_bug.cgi?id=787728

 sendto/meson.build |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/sendto/meson.build b/sendto/meson.build
index bf4f816..cc68311 100644
--- a/sendto/meson.build
+++ b/sendto/meson.build
@@ -5,12 +5,6 @@ deps = [
   dependency('gio-2.0')
 ]
 
-cflags = [
-  '-DDATADIR="@0@"'.format(gnomebt_datadir),
-  '-DICONDIR="@0@"'.format(gnomebt_icondir),
-  '-DLOCALEDIR="@0@"'.format(gnomebt_localedir)
-]
-
 executable(
   name,
   'main.c',
@@ -19,7 +13,6 @@ executable(
     lib_inc
   ],
   dependencies: deps,
-  c_args: cflags,
   link_with: libgnome_bluetooth,
   install: true,
   install_dir: gnomebt_bindir


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