diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2019-08-12 17:05:55 +1200 |
---|---|---|
committer | Robert Ancell <robert.ancell@gmail.com> | 2019-09-09 21:45:53 +0000 |
commit | 97985a664ef901d27078fdfe09216adf8c931bb0 (patch) | |
tree | 5996e3639d021ad9429b73e32cefd64fda6e4b8d /panels/online-accounts | |
parent | 1752cf3bb573d300e990ea10006dea70a322d8df (diff) | |
download | gnome-control-center-97985a664ef901d27078fdfe09216adf8c931bb0.tar.gz |
Remove unused GNOMELOCALEDIR defines
Diffstat (limited to 'panels/online-accounts')
-rw-r--r-- | panels/online-accounts/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/panels/online-accounts/meson.build b/panels/online-accounts/meson.build index 1f899e881..82f1d569a 100644 --- a/panels/online-accounts/meson.build +++ b/panels/online-accounts/meson.build @@ -34,8 +34,6 @@ deps = common_deps + [ dependency('goa-backend-1.0', version: goa_req_version) ] -cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir) - panels_libs += static_library( cappletname, sources: sources, |