13
0
livetrax/libs/gtkmm2ext
Robin Gareus 06b2eb1c27
Explicitly use OSX
Previously this was inherited via PBD.

On MacOS/X,  this adds
  "-undefined dynamic_lookup -flat_namespace"
and various "-framework .." options to linkflags

Without this flag, .dylibs fail to link usually because
of missing `-lintl` (Undefined symbols: "_libintl_dgettext")

On other systems this is a NO-OP:
CFLAGS_OSX, CXXFLAGS_OSX and LINKFLAGS_OSX
are only set on the darwin platform.
2020-01-25 04:07:41 +01:00
..
gtkmm2ext Revert to use an image surface for CairoWidgets 2020-01-08 04:24:51 +01:00
MSVCgtkmm2ext
po
action_model.cc
actions.cc
application.cc
AUTHORS
bindings.cc
cairo_packer.cc
cairo_widget.cc Revert to use an image surface for CairoWidgets 2020-01-08 04:24:51 +01:00
cell_renderer_color_selector.cc
cell_renderer_pixbuf_multi.cc
cell_renderer_pixbuf_toggle.cc
colors.cc
colorspace.cc
COPYING
cursors.cc
debug.cc
dndtreeview.cc
emscale.cc
gettext.h
gtk_ui.cc Fix ISO compliance 2020-01-18 19:09:36 +01:00
gtkapplication_quartz.mm
gtkapplication_win32.c
gtkapplication_x11.c
gtkapplication.c
gtkutils.cc
keyboard.cc add a signal to Gtkmm2ext::Keyboard to allow (possible) handling of close-current-dialog 2019-11-06 16:25:30 -07:00
libgtkmm2ext.pc.in
libgtkmm2ext.spec.in
menu_elems.cc
nsglview.mm
persistent_tooltip.cc
sync-menu.c
textviewer.cc
treeutils.cc
utils.cc Highlight the currently selected item in ArdourDropdown & co 2019-10-31 14:38:26 +01:00
visibility_tracker.cc
window_proxy.cc
window_title.cc
wscript Explicitly use OSX 2020-01-25 04:07:41 +01:00