Skip to content

Commit 10074f8

Browse files
committed
env: Adjust librosprite dependency inclusion
* It made no sense to include it in the RISC OS builds. The RISC OS front end is the only one that can handle sprites without this library. * The only front ends that don't default NETSURF_USE_ROSPRITE to NO are: `beos`, `framebuffer`, and `gtk`, which set it to AUTO. * This adjusts it so it's recognised as a dependency for the default HOST case, which is typically used for native linux `framebuffer`/`gtk` builds.
1 parent 3c17a1f commit 10074f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ case "$BUILD_TARGET" in
371371
# tools required to build the browser for RISC OS
372372
NS_TOOLS="nsgenbind"
373373
# libraries required for the risc os target abi
374-
NS_FRONTEND_LIBS="libsvgtiny librufl libpencil librosprite"
374+
NS_FRONTEND_LIBS="libsvgtiny librufl libpencil"
375375
;;
376376
*-atari-mint)
377377
# tools required to build the browser for atari
@@ -403,7 +403,7 @@ case "$BUILD_TARGET" in
403403
# default tools required to build the browser
404404
NS_TOOLS="nsgenbind"
405405
# default additional internal libraries
406-
NS_FRONTEND_LIBS="libsvgtiny libnsfb"
406+
NS_FRONTEND_LIBS="libsvgtiny libnsfb librosprite"
407407
;;
408408
esac
409409
;;

0 commit comments

Comments
 (0)