bash is a dependency, freetype isn't

This commit is contained in:
speedie 2023-06-03 17:05:38 +02:00
parent 9d0b86fc3c
commit 5ecd718daa
4 changed files with 1 additions and 4 deletions

View file

@ -8,7 +8,7 @@ url="https://spmenu.speedie.site"
arch=(i686 x86_64) arch=(i686 x86_64)
license=(MIT) license=(MIT)
depends=( depends=(
sh bash
libxinerama libxinerama
cairo cairo
pango pango

View file

@ -212,7 +212,6 @@ in more detail.</p>
dependency.</li> dependency.</li>
</ul></li> </ul></li>
<li>libXrender</li> <li>libXrender</li>
<li>freetype</li>
<li>imlib2 <li>imlib2
<ul> <ul>
<li>Used for image support, can be disabled during compile time.</li> <li>Used for image support, can be disabled during compile time.</li>

View file

@ -34,7 +34,6 @@ It also serves as a dmenu replacement for Wayland users.
- If you're using macOS, XQuartz is a dependency instead. - If you're using macOS, XQuartz is a dependency instead.
- If you're using Wayland, `xorg-xwayland` is a dependency. - If you're using Wayland, `xorg-xwayland` is a dependency.
- libXrender - libXrender
- freetype
- imlib2 - imlib2
- Used for image support, can be disabled during compile time. - Used for image support, can be disabled during compile time.
- libXinerama - libXinerama

View file

@ -16,7 +16,6 @@ project_source_files = [
project_dependencies = [ project_dependencies = [
dependency('x11'), dependency('x11'),
dependency('xrender'), dependency('xrender'),
dependency('freetype2'),
dependency('cairo'), dependency('cairo'),
dependency('pango'), dependency('pango'),
dependency('pangocairo'), dependency('pangocairo'),