mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 03:28:09 +02:00
[util] Disable default build of font-view
It's only a demonstration utility after a all and we do not need to incur the cost of relinking it everytime we modify the main library.
This commit is contained in:
parent
0eca1b17b1
commit
37f32f2951
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ backtrace_symbols_la_LIBADD = -lbfd -liberty
|
|||
noinst_PROGRAMS =
|
||||
|
||||
if HAVE_GTK
|
||||
noinst_PROGRAMS += font-view
|
||||
EXTRA_PROGRAMS += font-view
|
||||
font_view_CFLAGS = $(gtk_CFLAGS)
|
||||
font_view_LDADD = ../src/libcairo.la $(gtk_LIBS)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue