Skip to content

Commit

Permalink
drop unneeded source file compilation [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
twaik committed Feb 10, 2025
1 parent 8d9df01 commit 3dd75a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/cpp/recipes/xserver.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ target_compile_options(xserver_dri3 PRIVATE ${compile_options})

set(FB_SOURCES
fballpriv.c fbarc.c fbbits.c fbblt.c fbbltone.c fbcmap_mi.c fbcopy.c fbfill.c fbfillrect.c
fbfillsp.c fbgc.c fbgetsp.c fbglyph.c fbimage.c fbline.c fboverlay.c fbpict.c fbpixmap.c
fbpoint.c fbpush.c fbscreen.c fbseg.c fbsetsp.c fbsolid.c fbtrap.c fbutil.c fbwindow.c)
fbfillsp.c fbgc.c fbgetsp.c fbglyph.c fbimage.c fbline.c fbpict.c fbpixmap.c fbpoint.c
fbpush.c fbscreen.c fbseg.c fbsetsp.c fbsolid.c fbtrap.c fbutil.c fbwindow.c)
list(TRANSFORM FB_SOURCES PREPEND "xserver/fb/")
add_library(xserver_fb STATIC ${FB_SOURCES})
target_include_directories(xserver_fb PRIVATE ${inc})
Expand Down

0 comments on commit 3dd75a9

Please sign in to comment.