Add information about devendoring in changelog
Add some more detailed information about devendoring in the changelog
This commit is contained in:
parent
f2bb0e990d
commit
ded9ae2963
|
|
@ -1,7 +1,15 @@
|
|||
hyprland (0.36.0+ds-1) UNRELEASED; urgency=low
|
||||
|
||||
* Initial release. Closes: #1040971
|
||||
* Modified Makefile to support DESTDIR variable so that we can "install"
|
||||
locally during the build process
|
||||
* The subprojects udis86, tracy and hyprland-protocols have been
|
||||
devendored. The source is patched to support this devendoring.
|
||||
* The subproject wlroots cannot be devendored. hyprland versions depend on
|
||||
a specific commit of the wlroots project and upstream cannot does not
|
||||
recommend using any version. So, wlroots is included in this package for
|
||||
Debian, with the following changes:
|
||||
* The library 'libwlroots.so.13032' that is generated by the project is
|
||||
moved to a "private" library directory under usr/lib/hyprland.
|
||||
* RPATH is updated so that hyprland links correctly to the library in the
|
||||
modified path
|
||||
|
||||
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Sun, 21 Jan 2024 19:39:47 +0000
|
||||
|
|
|
|||
Loading…
Reference in New Issue