Remove unused GNOMELOCALEDIR defines

This commit is contained in:
Robert Ancell 2019-08-12 17:05:55 +12:00 committed by Robert Ancell
parent 1752cf3bb5
commit 97985a664e
19 changed files with 4 additions and 35 deletions

View file

@ -38,8 +38,6 @@ sources += gnome.compile_resources(
export : true
)
cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
panels_libs += static_library(
cappletname,
sources : sources,

View file

@ -98,7 +98,6 @@ deps = common_deps + [
]
cflags += [
'-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir),
'-DDATADIR="@0@"'.format(control_center_datadir),
'-DGNOME_DESKTOP_USE_UNSTABLE_API'
]

View file

@ -31,8 +31,6 @@ sources += gnome.compile_resources(
deps = common_deps + [gnome_bluetooth_dep]
cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
panels_libs += static_library(
cappletname,
sources: sources,

View file

@ -48,7 +48,6 @@ deps = common_deps + [
]
cflags += [
'-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir),
'-DBINDIR="@0@"'.format(control_center_bindir)
]

View file

@ -179,8 +179,7 @@ deps = common_deps + [
]
cflags += [
'-DGNOMECC_DATA_DIR="@0@"'.format(control_center_pkgdatadir),
'-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
'-DGNOMECC_DATA_DIR="@0@"'.format(control_center_pkgdatadir)
]
datetime_panel_lib = static_library(

View file

@ -51,8 +51,7 @@ deps = common_deps + [
]
cflags += [
'-DDATADIR="@0@"'.format(control_center_datadir),
'-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
'-DDATADIR="@0@"'.format(control_center_datadir)
]
panels_libs += static_library(

View file

@ -29,8 +29,7 @@ endforeach
cflags += [
'-DBINDIR="@0@"'.format(control_center_bindir),
'-DDATADIR="@0@"'.format(control_center_datadir),
'-DGNOME_SESSION_DIR="@0@"'.format(gnome_session_libexecdir),
'-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
'-DGNOME_SESSION_DIR="@0@"'.format(gnome_session_libexecdir)
]
sources = files(

View file

@ -84,8 +84,6 @@ deps = common_deps + [
x11_dep
]
cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
panels_libs += static_library(
cappletname,
sources: sources,

View file

@ -46,8 +46,6 @@ deps = common_deps + [
xi_dep
]
cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
panels_libs += static_library(
cappletname + '-properties',
sources: sources,

View file

@ -70,8 +70,6 @@ sources += gnome.compile_resources(
export: true
)
cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
network_panel_lib = static_library(
cappletname,
sources: sources,

View file

@ -35,8 +35,6 @@ sources += gnome.compile_resources(
export: true
)
cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
panels_libs += static_library(
cappletname,
sources: sources,

View file

@ -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,

View file

@ -34,8 +34,6 @@ deps = common_deps + [
upower_glib_dep
]
cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
if host_is_linux
deps += network_manager_deps
endif

View file

@ -64,8 +64,6 @@ deps = common_deps + [
dependency('smbclient')
]
cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
printers_panel_lib = static_library(
cappletname,
sources: sources,

View file

@ -29,8 +29,6 @@ sources += gnome.compile_resources(
export: true
)
cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
panels_libs += static_library(
cappletname,
sources: sources,

View file

@ -37,8 +37,7 @@ sources += gnome.compile_resources(
)
cflags += [
'-DDATADIR="@0@"'.format(control_center_datadir),
'-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
'-DDATADIR="@0@"'.format(control_center_datadir)
]
panels_libs += static_library(

View file

@ -62,7 +62,6 @@ deps = common_deps + [
]
cflags += [
'-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir),
'-DBINDIR="@0@"'.format(control_center_bindir)
]

View file

@ -42,8 +42,6 @@ sources += gnome.compile_resources(
deps = common_deps + [m_dep]
cflags += '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
panels_libs += static_library(
cappletname,
sources: sources,

View file

@ -30,8 +30,6 @@ sources += gnome.gdbus_codegen(
namespace : 'Cc'
)
cflags = '-DGNOMELOCALEDIR="@0@"'.format(control_center_localedir)
libs = [
libpanel_loader,
libshell