Skip to content

Commit

Permalink
only reference dep to pylonbase and pylonutilities
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Aug 15, 2024
1 parent 8bff10e commit 55f0ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gst-libs/gst/pylon/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if target_machine.system() == 'linux' and (pylon_path == 'PYLON_ROOT_NOT_SET' or
endif

# detect pylon 7.x
pylon_dep = dependency('pylon', method : 'cmake', modules : ['pylon::pylon'],
pylon_dep = dependency('pylon', method : 'cmake', modules : ['pylon::PylonBase', 'pylon::PylonUtility'],
version : '>=7.1', cmake_args : [ '-DCMAKE_PREFIX_PATH=' + pylon_path / 'share/pylon/cmake/', '-DPYLON_ROOT=' + pylon_path ] , required: false)

if pylon_dep.found()
Expand Down

0 comments on commit 55f0ab8

Please sign in to comment.