diff mbox series

[1/1] package/gr-osmosdr: disable documentation

Message ID 20200308194747.978222-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/gr-osmosdr: disable documentation | expand

Commit Message

Fabrice Fontaine March 8, 2020, 7:47 p.m. UTC
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gr-osmosdr/gr-osmosdr.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Peter Korsgaard March 8, 2020, 8:28 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/gr-osmosdr/gr-osmosdr.mk b/package/gr-osmosdr/gr-osmosdr.mk
index 003f406602..fcc817fe85 100644
--- a/package/gr-osmosdr/gr-osmosdr.mk
+++ b/package/gr-osmosdr/gr-osmosdr.mk
@@ -14,7 +14,9 @@  GR_OSMOSDR_SUPPORTS_IN_SOURCE_BUILD = NO
 
 GR_OSMOSDR_DEPENDENCIES = gnuradio host-python-cheetah
 
-GR_OSMOSDR_CONF_OPTS = -DENABLE_DEFAULT=OFF
+GR_OSMOSDR_CONF_OPTS = \
+	-DENABLE_DEFAULT=OFF \
+	-DENABLE_DOXYGEN=OFF
 
 # For third-party blocks, the gr-osmosdr libraries are mandatory at
 # compile time.