Allow building without help dependencies.

This commit is contained in:
Storm Dragon
2025-08-11 13:41:27 -04:00
parent 02fa1e4356
commit aa369af689
2 changed files with 4 additions and 3 deletions

View File

@@ -68,7 +68,6 @@ makedepends=(
python-build
python-installer
python-wheel
yelp-tools
)
source=("git+https://git.stormux.org/storm/cthulhu.git")
b2sums=('SKIP')
@@ -85,7 +84,7 @@ pkgver() {
build() {
cd cthulhu
arch-meson _build
arch-meson _build -Dhelp=false
meson compile -C _build
}

View File

@@ -112,7 +112,9 @@ gnome.post_install(
summary += {'Install dir': python.find_installation('python3').get_install_dir()}
subdir('docs')
if get_option('help')
subdir('help')
endif
subdir('icons')
subdir('po')
subdir('src')