Changes in uspace/lib/ui/meson.build [80d4aea:2f1be23] in mainline
- File:
-
- 1 edited
-
uspace/lib/ui/meson.build (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/meson.build
r80d4aea r2f1be23 1 1 # 2 # Copyright (c) 202 1Jiri Svoboda2 # Copyright (c) 2026 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx' ]29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx', 'clipboard' ] 30 30 src = files( 31 'src/accel.c', 31 32 'src/checkbox.c', 33 'src/clickmatic.c', 32 34 'src/control.c', 33 35 'src/dummygc.c', 34 36 'src/entry.c', 35 37 'src/filedialog.c', 38 'src/filelist.c', 36 39 'src/fixed.c', 37 40 'src/image.c', 38 41 'src/label.c', 42 'src/list.c', 39 43 'src/menu.c', 40 44 'src/menubar.c', 45 'src/menudd.c', 41 46 'src/menuentry.c', 42 47 'src/msgdialog.c', … … 44 49 'src/pbutton.c', 45 50 'src/popup.c', 51 'src/progress.c', 46 52 'src/promptdialog.c', 47 53 'src/rbutton.c', 48 54 'src/resource.c', 55 'src/scrollbar.c', 56 'src/selectdialog.c', 49 57 'src/slider.c', 58 'src/tab.c', 59 'src/tabset.c', 60 'src/testctl.c', 50 61 'src/ui.c', 51 62 'src/wdecor.c', … … 54 65 55 66 test_src = files( 67 'test/accel.c', 56 68 'test/checkbox.c', 69 'test/clickmatic.c', 57 70 'test/control.c', 58 71 'test/entry.c', 59 72 'test/filedialog.c', 73 'test/filelist.c', 60 74 'test/fixed.c', 61 75 'test/image.c', 62 76 'test/label.c', 77 'test/list.c', 63 78 'test/main.c', 64 79 'test/menu.c', 65 80 'test/menubar.c', 81 'test/menudd.c', 66 82 'test/menuentry.c', 67 83 'test/msgdialog.c', … … 70 86 'test/popup.c', 71 87 'test/promptdialog.c', 88 'test/progress.c', 72 89 'test/rbutton.c', 73 90 'test/resource.c', 91 'test/scrollbar.c', 92 'test/selectdialog.c', 74 93 'test/slider.c', 94 'test/tab.c', 95 'test/tabset.c', 96 'test/testctl.c', 75 97 'test/ui.c', 76 98 'test/wdecor.c',
Note:
See TracChangeset
for help on using the changeset viewer.
