From: Antonio Argenziano <antonio.argenziano@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] lib/igt.h: Guard igt_alsa.h in HAVE_CHAMELIUM guard
Date: Mon, 20 May 2019 11:39:07 -0700 [thread overview]
Message-ID: <20190520183907.8643-1-antonio.argenziano@intel.com> (raw)
The alsa library is only guaranteed to exists is the HAVE_CHAMELIUM flag
is set.
Signed-off-by: Antonio Argenziano <antonio.argenziano@intel.com>
Cc: Simon Ser <simon.ser@intel.com>
---
lib/igt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/igt.h b/lib/igt.h
index 5852d557..2ae43c30 100644
--- a/lib/igt.h
+++ b/lib/igt.h
@@ -35,13 +35,13 @@
#include "igt_dummyload.h"
#include "igt_fb.h"
#include "igt_frame.h"
-#include "igt_alsa.h"
#include "igt_audio.h"
#include "igt_gt.h"
#include "igt_kms.h"
#include "igt_pm.h"
#include "igt_stats.h"
#ifdef HAVE_CHAMELIUM
+#include "igt_alsa.h"
#include "igt_chamelium.h"
#include "igt_chamelium_stream.h"
#endif
--
2.21.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2019-05-20 18:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-20 18:39 Antonio Argenziano [this message]
2019-05-21 7:10 ` [igt-dev] [PATCH i-g-t] lib/igt.h: Guard igt_alsa.h in HAVE_CHAMELIUM guard Ser, Simon
2019-05-21 9:58 ` [igt-dev] ✗ Fi.CI.BAT: failure for lib/igt.h: Guard igt_alsa.h in HAVE_CHAMELIUM guard (rev2) Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190520183907.8643-1-antonio.argenziano@intel.com \
--to=antonio.argenziano@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox