Browse Source

Fix openSUSE Leap 15.1 package generation

master
Arun Prakash Jana 4 years ago
parent
commit
c5ff2f5647
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 10 additions and 8 deletions
  1. +10
    -8
      misc/packagecore/packagecore.yaml

+ 10
- 8
misc/packagecore/packagecore.yaml View File

@@ -105,14 +105,16 @@ packages:
deps:
- ncurses
- readline
# opensuse42.3:
# builddeps:
# - make
# - gcc
# - pkg-config
# - ncurses-devel
# deps:
# - ncurses
opensuse15.1:
builddeps:
- make
- gcc
- pkg-config
- readline-devel
- ncurses-devel
deps:
- libncurses6
- libreadline7
ubuntu16.04:
builddeps:
- make


Loading…
Cancel
Save