Dhallification

This commit is contained in:
Ehmry - 2019-07-17 16:34:35 +02:00
parent afd0ee94e9
commit ec97021585
4 changed files with 7 additions and 5 deletions

View File

@ -87,6 +87,7 @@ let index =
, content =
[ emu
, games
, streams
, utilities
, XML.text
"<pkg path=\"cnuke/pkg/bsd_audio_drv/2019-07-02\" info=\"OpenBSD audio driver\"/>"

View File

@ -1,4 +1,6 @@
let XML = (env:DHALL_GENODE).Prelude.XML
let Genode = env:DHALL_GENODE
let XML = Genode.Prelude.XML
let defaults = ./../../pkgDefaults.dhall

View File

@ -1,10 +1,9 @@
PKG_DEPENDS += \
ehmry/src/mp3_audio_sink/19.02 \
@(PUBLIC_SRC_LIBC) \
@(PUBLIC_SRC_LIBMPG123) \
@(PUBLIC_SRC_VFS_LWIP) \
@(PUBLIC_SRC_ZLIB) \
@(PUBLIC_SRC_ZLIB) \
ehmry/src/mp3_audio_sink/19.02 \
_/src/icy_client \
_/src/init \
_/src/mpg123 \
_/src/vfs \

View File

@ -24,7 +24,7 @@ let config =
, "init"
, "libc.lib.so"
, "libm.lib.so"
, "mpg123.lib.so"
, "libmpg123.lib.so"
, "mp3_audio_sink"
, "vfs.lib.so"
, "vfs_lwip.lib.so"