Skip to content

Commit

Permalink
meson: Fix more utils dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
  • Loading branch information
tomba committed Oct 6, 2023
1 parent 7f6e1bd commit 403c756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/pykms/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pykms_sources = files([
'pykms.cpp',
])

if get_option('utils')
if get_option('libutils')
pykms_sources += files([
'pykmsutil.cpp',
])
Expand All @@ -45,7 +45,7 @@ pykms_deps = [
pybind11_dep,
]

if get_option('utils')
if get_option('libutils')
pykms_deps += [ libkmsxxutil_dep ]
endif

Expand Down

0 comments on commit 403c756

Please sign in to comment.