meson: Fix external module build error 70/268570/6
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 27 Dec 2021 05:45:04 +0000 (14:45 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Mon, 24 Jan 2022 03:30:39 +0000 (03:30 +0000)
Change-Id: Ia1132f15eb741c0eb87e694768a2fe6a2433bcea

src/pulsecore/meson.build

index 629f3b0..5d7f3ee 100644 (file)
@@ -61,39 +61,75 @@ libpulsecore_headers = [
   'asyncmsgq.h',
   'asyncq.h',
   'auth-cookie.h',
+  'atomic.h',
   'card.h',
   'cli-command.h',
   'cli-text.h',
   'client.h',
+  'creds.h',
   'core.h',
+  'core-error.h',
+  'core-rtclock.h',
   'core-scache.h',
   'core-subscribe.h',
+  'core-util.h',
   'cpu.h',
   'cpu-arm.h',
   'cpu-orc.h',
   'cpu-x86.h',
   'database.h',
+  'dbus-shared.h',
+  'dbus-util.h',
   'device-port.h',
+  'dynarray.h',
+  'fdsem.h',
   'ffmpeg/avcodec.h',
   'ffmpeg/dsputil.h',
   'filter/biquad.h',
   'filter/crossover.h',
   'filter/lfe-filter.h',
+  'hashmap.h',
   'hook-list.h',
+  'i18n.h',
+  'idxset.h',
+  'iochannel.h',
+  'ipacl.h',
+  'llist.h',
+  'log.h',
   'ltdl-helper.h',
+  'macro.h',
   'message-handler.h',
+  'mem.h',
+  'memblock.h',
+  'memblockq.h',
+  'memchunk.h',
   'mix.h',
   'modargs.h',
   'modinfo.h',
   'module.h',
   'msgobject.h',
+  'mutex.h',
   'namereg.h',
+  'native-common.h',
   'object.h',
+  'once.h',
+  'packet.h',
+  'parseaddr.h',
+  'pdispatch.h',
   'play-memblockq.h',
   'play-memchunk.h',
+  'poll.h',
+  'proplist-util.h',
+  'protocol-dbus.h',
+  'protocol-native.h',
+  'pstream.h',
+  'pstream-util.h',
+  'queue.h',
+  'refcnt.h',
   'remap.h',
   'resampler.h',
   'rtpoll.h',
+  'sample-util.h',
   'sconv.h',
   'sconv-s16be.h',
   'sconv-s16le.h',
@@ -101,13 +137,19 @@ libpulsecore_headers = [
   'sink-input.h',
   'sink.h',
   'sioman.h',
+  'socket.h',
   'sound-file-stream.h',
   'sound-file.h',
   'source-output.h',
   'source.h',
+  'srbchannel.h',
   'start-child.h',
+  'strbuf.h',
   'stream-util.h',
+  'strlist.h',
+  'tagstruct.h',
   'thread-mq.h',
+  'thread.h',
   'typedefs.h',
 ]