Debian: drop versioned dep on g++

This commit is contained in:
nick black 2020-02-07 00:25:38 -05:00
parent 8256b2331e
commit e6c024216a
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@ target_link_libraries(notcurses
"${SWSCALE_LIBRARIES}"
)
target_link_directories(notcurses
PRIVATE
PUBLIC
"${AVCODEC_LIBRARY_DIRS}"
"${AVFORMAT_LIBRARY_DIRS}"
"${AVUTIL_INCLUDE_DIRS}"

8
debian/control vendored
View File

@ -6,11 +6,11 @@ Build-Depends:
debhelper-compat (= 12),
dh-python (>= 4.20191017),
dh-sequence-python3,
g++ (>= 4:7.0.0-0),
libavformat-dev (>= 7:4.2.2),
libavutil-dev (>= 7:4.2.2),
g++,
libavformat-dev (>= 7:4.2.1),
libavutil-dev (>= 7:4.2.1),
libncurses-dev,
libswscale-dev (>= 7:4.2.2),
libswscale-dev (>= 7:4.2.1),
pandoc (>= 1.19.2.4),
pkg-config,
python3-all-dev,