add dev software and enable chroot

This commit is contained in:
amolinae06 2025-05-17 15:31:52 -06:00
parent a1ed84ad18
commit f9d7584a11
2 changed files with 18 additions and 2 deletions

15
devware.csv Normal file
View file

@ -0,0 +1,15 @@
NAME,DESCRIPTION,GIT,GIT URL
build-base,"Meta package for build base",N,
tcc,"Tiny C Compiler",N,
tcc-libs,"Tiny C Compiler (libraries)",N,
tcc-libs-static,"Tiny C Compiler (static library)",N,
libinput,"Library for handling input devices",N,
libinput-dev,"Library for handling input devices (development files)",N,
wayland,"A computer display server protocol",N,
wayland-dev,"A computer display server protocol (development files)",N,
wlroots,"Modular Wayland compositor library",N,
wlroots-dev,"Modular Wayland compositor library (development files)",N,
libxkbcommon,"keyboard handling library",N,
libxkbcommon-dev,"keyboard handling library (development files)",N,
wayland-protocols,"Protocols and protocol extensions complementing the Wayland core protocol",N,
pkgconf,"development framework configuration tools",N,
1 NAME DESCRIPTION GIT GIT URL
2 build-base Meta package for build base N
3 tcc Tiny C Compiler N
4 tcc-libs Tiny C Compiler (libraries) N
5 tcc-libs-static Tiny C Compiler (static library) N
6 libinput Library for handling input devices N
7 libinput-dev Library for handling input devices (development files) N
8 wayland A computer display server protocol N
9 wayland-dev A computer display server protocol (development files) N
10 wlroots Modular Wayland compositor library N
11 wlroots-dev Modular Wayland compositor library (development files) N
12 libxkbcommon keyboard handling library N
13 libxkbcommon-dev keyboard handling library (development files) N
14 wayland-protocols Protocols and protocol extensions complementing the Wayland core protocol N
15 pkgconf development framework configuration tools N