Changeset dc5c303 in mainline for uspace/lib/ui/meson.build
- Timestamp:
- 2023-12-28T13:59:23Z (15 months ago)
- Children:
- 6b66de6b
- Parents:
- 42c2e65 (diff), f87ff8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2023-12-28 13:59:23)
- git-committer:
- GitHub <noreply@…> (2023-12-28 13:59:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/meson.build
r42c2e65 rdc5c303 27 27 # 28 28 29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx' ]29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx', 'clipboard' ] 30 30 src = files( 31 31 'src/accel.c', … … 43 43 'src/menu.c', 44 44 'src/menubar.c', 45 'src/menudd.c', 45 46 'src/menuentry.c', 46 47 'src/msgdialog.c', … … 52 53 'src/resource.c', 53 54 'src/scrollbar.c', 55 'src/selectdialog.c', 54 56 'src/slider.c', 55 57 'src/tab.c', … … 76 78 'test/menu.c', 77 79 'test/menubar.c', 80 'test/menudd.c', 78 81 'test/menuentry.c', 79 82 'test/msgdialog.c', … … 85 88 'test/resource.c', 86 89 'test/scrollbar.c', 90 'test/selectdialog.c', 87 91 'test/slider.c', 88 92 'test/tab.c',
Note:
See TracChangeset
for help on using the changeset viewer.