Changeset aefdccd in mainline for uspace/lib/meson.build
- Timestamp:
- 2025-10-20T06:14:54Z (7 weeks ago)
- Parents:
- adbd7e1 (diff), 3e41cc4 (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@…> (2025-10-20 06:14:54)
- git-committer:
- GitHub <noreply@…> (2025-10-20 06:14:54)
- File:
-
- 1 edited
-
uspace/lib/meson.build (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/meson.build
radbd7e1 raefdccd 72 72 'fbfont', 73 73 'fdisk', 74 'fmgt', 74 75 'fmtutil', 75 76 'fs', … … 261 262 install_files += [[ 'lib', _shared_lib.full_path(), _libname ]] 262 263 install_deps += [ _shared_lib ] 264 exported_devel_files += [ 'sharedlib', _shared_lib, _libname ] 263 265 endif 264 266 … … 289 291 dependencies: _shared_deps, 290 292 ) 291 exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]292 293 endif 293 294
Note:
See TracChangeset
for help on using the changeset viewer.
