[gedit] build: gedit/: minor simplification
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] build: gedit/: minor simplification
- Date: Mon, 16 Mar 2020 14:18:26 +0000 (UTC)
commit 4216146995b3a71c9a1d7202c5ece30fac4c15c9
Author: Sébastien Wilmet <swilmet gnome org>
Date: Mon Mar 16 15:13:28 2020 +0100
build: gedit/: minor simplification
gedit/meson.build | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/gedit/meson.build b/gedit/meson.build
index 3044f17cf..4393c1d34 100644
--- a/gedit/meson.build
+++ b/gedit/meson.build
@@ -131,9 +131,8 @@ if host_machine.system() == 'darwin'
'-Wl,-framework', '-Wl,Foundation',
'-Wl,-framework', '-Wl,AppKit',
]
- gtk_mac_integration_dep = dependency('gtk-mac-integration-gtk3')
libgedit_deps += [
- gtk_mac_integration_dep,
+ dependency('gtk-mac-integration-gtk3'),
]
elif host_machine.system() == 'windows'
libgedit_sources += files(
@@ -143,7 +142,6 @@ else
libgedit_sources += files(
'gedit-app-x11.c',
)
-
libgedit_deps += [
x11_dep,
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]