Merge branch 'master' into repo-fs-config

This commit is contained in:
Wildan M 2025-10-31 23:17:15 +07:00
commit de52adc32f
3 changed files with 6 additions and 2 deletions

View File

@ -215,7 +215,9 @@ You can see the most common questions and problems on the [Developer FAQ](https:
## Porting Software
You can read how to use the Cookbook recipe system to port applications on the [Porting Applications using Recipes](https://doc.redox-os.org/book/porting-applications.html) page.
You can read how to use the Cookbook recipe system to port applications on the [Application Porting](https://doc.redox-os.org/book/porting-applications.html) page.
**Always verify if a recipe for your program or library already exist before porting to not break the build system with a recipe duplication or waste time.**
## Libraries and APIs

View File

@ -11,6 +11,7 @@ filesystem_size = 2048
# Package settings
[packages]
feh = {}
gtk3 = {}
htop = {}
libnettle = {}
@ -97,4 +98,5 @@ X "${DISPLAY}" -verbose 6 &
sleep 1
twm &
xterm &
feh --bg-max --no-fehbg --randomize /ui/background.jpg &
"""

2
relibc

@ -1 +1 @@
Subproject commit c2eed49e2db695b4da09a7becd096183b809b075
Subproject commit a33bb699e69e023a9ed070c758aeeafa50913814