aboutsummaryrefslogtreecommitdiffstats
path: root/mk/method-quartz-cg=yes.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-03-05 19:18:09 +0100
committerMattias Andrée <maandree@kth.se>2021-03-05 19:18:09 +0100
commit5879cf0c50cecded79224b5207be9a83c204ccad (patch)
tree248c8b03d86b1679cfdb42b4f274839a8f981272 /mk/method-quartz-cg=yes.mk
parentUpdate todo (diff)
downloadlibgamma-5879cf0c50cecded79224b5207be9a83c204ccad.tar.gz
libgamma-5879cf0c50cecded79224b5207be9a83c204ccad.tar.bz2
libgamma-5879cf0c50cecded79224b5207be9a83c204ccad.tar.xz
Fix support for fake methods
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--mk/method-quartz-cg=yes.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/method-quartz-cg=yes.mk b/mk/method-quartz-cg=yes.mk
index cb079cf..540c23e 100644
--- a/mk/method-quartz-cg=yes.mk
+++ b/mk/method-quartz-cg=yes.mk
@@ -20,4 +20,5 @@ OBJ_QUARTZ_GC =\
libgamma_quartz_cg_crtc_restore.o\
libgamma_quartz_cg_get_crtc_information.o\
libgamma_quartz_cg_crtc_get_gamma_rampsf.o\
- libgamma_quartz_cg_crtc_set_gamma_rampsf.o
+ libgamma_quartz_cg_crtc_set_gamma_rampsf.o\
+ $(OBJ_FAKE_QUARTZ_GC)