summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-01-09 11:56:12 +0000
committerRichard Hughes <richard@hughsie.com>2020-01-10 09:06:26 +0000
commiteb37b7963f2c600c205022ee6b2456212dc53590 (patch)
tree47ed1bccb7bfb365173f9572f498bdd32bd6cc7b /contrib
parent641f292cc0a3da85cbf815237f4499c0f6b9acf2 (diff)
trivial: Remove the I_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE requirement
Diffstat (limited to 'contrib')
-rw-r--r--contrib/command-not-found/meson.build1
-rw-r--r--contrib/gstreamer-plugin/meson.build1
-rw-r--r--contrib/gtk-module/meson.build1
3 files changed, 0 insertions, 3 deletions
diff --git a/contrib/command-not-found/meson.build b/contrib/command-not-found/meson.build
index 0d3477009..b0f4f17b0 100644
--- a/contrib/command-not-found/meson.build
+++ b/contrib/command-not-found/meson.build
@@ -5,7 +5,6 @@ executable(
install: true,
install_dir: get_option('libexecdir'),
c_args: [
- '-DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE=1',
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()),
'-DG_LOG_DOMAIN="PackageKit"',
'-DPACKAGE_LOCALE_DIR="@0@"'.format(get_option('localedir')),
diff --git a/contrib/gstreamer-plugin/meson.build b/contrib/gstreamer-plugin/meson.build
index 59a04f327..00385f6c6 100644
--- a/contrib/gstreamer-plugin/meson.build
+++ b/contrib/gstreamer-plugin/meson.build
@@ -12,7 +12,6 @@ executable(
install: true,
install_dir: get_option('libexecdir'),
c_args: [
- '-DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE=1',
'-DVERSION="@0@"'.format(meson.project_version()),
]
)
diff --git a/contrib/gtk-module/meson.build b/contrib/gtk-module/meson.build
index c946c7591..024a28019 100644
--- a/contrib/gtk-module/meson.build
+++ b/contrib/gtk-module/meson.build
@@ -14,7 +14,6 @@ shared_module(
install: true,
install_dir: join_paths(get_option('libdir'), 'gtk-3.0', 'modules'),
c_args: [
- '-DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE=1',
'-DVERSION="@0@"'.format(meson.project_version()),
]
)