mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
Debian: drop versioned dep on g++
This commit is contained in:
parent
8256b2331e
commit
e6c024216a
@ -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
8
debian/control
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user