File: meson.build

package info (click to toggle)
python-xapp 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 835; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
python3.install_sources(
    [
        '__init__.py',
        'GSettingsWidgets.py',
        'os.py',
        'SettingsWidgets.py'
    ],
    subdir: 'xapp'
)