mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
libevas: force smooth scaling option on
libevas fails to build if smooth scaling isn't enabled with unresolved references to evas_common_map_rgba_internal and evas_common_scale_rgba_in_to_out_clip_smooth. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bbceb3c9ea
commit
d9382d641a
@ -2,6 +2,8 @@ config BR2_PACKAGE_LIBEVAS
|
|||||||
bool "libevas"
|
bool "libevas"
|
||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
select BR2_PACKAGE_LIBEINA
|
select BR2_PACKAGE_LIBEINA
|
||||||
|
# required to build so far
|
||||||
|
select BR2_PACKAGE_LIBEVAS_SCALE_SMOOTH
|
||||||
help
|
help
|
||||||
Evas is a clean display canvas API for several target
|
Evas is a clean display canvas API for several target
|
||||||
display systems that can draw anti-aliased text, smooth
|
display systems that can draw anti-aliased text, smooth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user