Fix build error, c++ not found
This commit is contained in:
parent
c2bfc0075e
commit
1cb02ee0d9
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2019/10/07 09:28:10 prlw1 Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2019/10/22 11:18:49 ryoon Exp $
|
||||
|
||||
DISTNAME= at-spi2-atk-2.33.2
|
||||
CATEGORIES= devel gnome
|
||||
|
@ -10,6 +10,7 @@ HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/at
|
|||
COMMENT= Assistive Technology Service Provider Interface A11y Toolkit
|
||||
LICENSE= gnu-lgpl-v2
|
||||
|
||||
USE_LANGUAGES+= c c++
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE= output/meson-private/atk-bridge-2.0.pc
|
||||
|
|
Loading…
Reference in a new issue