Skip to content

Commit 7692c50

Browse files
committed
fix: hyprgraphics
1 parent ee5cc6c commit 7692c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srcpkgs/hyprgraphics/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ desc_option_gcc="Use gcc to build"
3030

3131
if [ "$build_option_gcc" ]; then
3232
hostmakedepends+=" gcc"
33-
makedepends+=" libgcc-devel"
33+
makedepends+=" libgcc-devel fmt-devel"
3434
fi
3535

3636
if [ "$build_option_clang" ]; then

0 commit comments

Comments
 (0)