diff options
author | Tomasz Swierczek <t.swierczek@samsung.com> | 2022-02-24 09:21:58 +0100 |
---|---|---|
committer | Tomasz Swierczek <t.swierczek@samsung.com> | 2022-02-24 09:06:46 +0000 |
commit | 1778d37a3eec1209d7c9c064318f3ff8c5132490 (patch) | |
tree | d0f78fb0456bed9a0be8a164df76236d3663b40a | |
parent | dee455252ad321c660b411b4ecd65aa5e08f8fc1 (diff) | |
download | libtasn1-accepted/tizen_8.0_unified.tar.gz libtasn1-accepted/tizen_8.0_unified.tar.bz2 libtasn1-accepted/tizen_8.0_unified.zip |
Add gtk-doc to build-time dependenciestizen_8.0_m2_releasetizen_7.0_m2_releasesubmit/tizen/20220225.115800accepted/tizen/unified/20220228.132717accepted/tizen/8.0/unified/20231005.095119accepted/tizen/7.0/unified/hotfix/20221116.111031accepted/tizen/7.0/unified/20221110.060847tizen_8.0tizen_7.0_hotfixtizen_7.0accepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unified
Without it, build fails on gtk-doc dependencies with updated autoconf
to version 2.71
Change-Id: I49624ee9e3e25b5401b9ee4e249ec6edca800e63
-rw-r--r-- | packaging/libtasn1.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/libtasn1.spec b/packaging/libtasn1.spec index 87bf570..660e165 100644 --- a/packaging/libtasn1.spec +++ b/packaging/libtasn1.spec @@ -12,6 +12,7 @@ BuildRequires: info BuildRequires: pkg-config BuildRequires: makeinfo BuildRequires: help2man +BuildRequires: gtk-doc %description This is the ASN.1 library used in GNUTLS. More up to date information |