summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/arrow-down-right.svg
blob: 81d9822ba8c8768a29bd2a6f4a00bfdcbf00b28e (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-right"><line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline></svg>
class='lines'>
# SPDX-License-Identifier: CC0-1.0

subdir('cam_helper')
subdir('common')
subdir('controller')

foreach pipeline : pipelines
    pipeline = pipeline.split('/')
    if pipeline.length() < 2 or pipeline[0] != 'rpi'
        continue
    endif

    subdir(pipeline[1])
endforeach