[gedit/zbrown/deteplification-src: 567/633] recent-osx: build it only on macOS (darwin)




commit 64b510c895e2b575ffdd19c9d589d9973793e8c2
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Nov 25 02:50:56 2020 +0100

    recent-osx: build it only on macOS (darwin)
    
    Although the code is portable, it's only used on macOS, and the code
    would definitely benefit from a haircut (like many people in the world
    right now).

 gedit/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gedit/meson.build b/gedit/meson.build
index a95255996..83514050e 100644
--- a/gedit/meson.build
+++ b/gedit/meson.build
@@ -138,6 +138,7 @@ libgedit_deps = [
 if host_machine.system() == 'darwin'
   libgedit_private_sources += [
     'gedit-app-osx.m',
+    'gedit-recent-osx.c',
   ]
   libgedit_c_args += [
     '-DOS_OSX=1',


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