Skip to content

Commit a8c8a4f

Browse files
committed
Expose OpenSLES via pkg-config
1 parent 671d80f commit a8c8a4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ if ( enable-opensles )
756756
find_package( OpenSLES )
757757
if ( OpenSLES_FOUND )
758758
set ( OPENSLES_SUPPORT 1 )
759+
list ( APPEND PC_LIBS_PRIV "-lOpenSLES" )
759760
endif ( OpenSLES_FOUND )
760761
endif ( enable-opensles )
761762

0 commit comments

Comments
 (0)