libgraphicscommon.a: use the KernelStaticLibrary rule

to build with GCC 13 on x86

Change-Id: Ic775196ffff556dd12381c7b374100bb46838973
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7187
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jérôme Duval
2023-12-06 19:16:19 +00:00
committed by waddlesplash
parent ff45b65f4d
commit 7be86b18a3
@@ -6,6 +6,6 @@ UsePrivateHeaders graphics ;
UsePrivateHeaders [ FDirName graphics radeon ] ;
UsePrivateHeaders [ FDirName graphics common ] ;
StaticLibrary libgraphicscommon.a :
KernelStaticLibrary libgraphicscommon.a :
memory_manager.c
;