Skip to content

Commit

Permalink
common: use liblcms2_dep for lcms2.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Cerveau authored and nirbheek committed Oct 6, 2020
1 parent 2c1fe73 commit 9f7f8bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/common/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ common_srcs = [ 'color.c']
inc_dirs = include_directories('.','../../lib/openjp2')

common_lib = static_library('common', common_srcs,
include_directories : inc_dirs
include_directories : inc_dirs,
dependencies : [liblcms2_dep]
)
common_dep = declare_dependency(link_with : common_lib,
include_directories : inc_dirs)

0 comments on commit 9f7f8bf

Please sign in to comment.