Commit afb85fb6 authored by Felix Paul Kühne's avatar Felix Paul Kühne

access: make sure that the screen module is compiled for OSX by default (closes #8146)

parent e0de50a5
...@@ -184,6 +184,7 @@ if HAVE_DARWIN ...@@ -184,6 +184,7 @@ if HAVE_DARWIN
libscreen_plugin_la_SOURCES += screen/mac.c libscreen_plugin_la_SOURCES += screen/mac.c
libscreen_plugin_la_LDFLAGS = $(AM_LDFLAGS) libscreen_plugin_la_LDFLAGS = $(AM_LDFLAGS)
libscreen_plugin_la_LDFLAGS += "-Wl,-framework,OpenGL,-framework,ApplicationServices" libscreen_plugin_la_LDFLAGS += "-Wl,-framework,OpenGL,-framework,ApplicationServices"
libvlc_LTLIBRARIES += libscreen_plugin.la
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment