mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 02:26:12 +10:00
Merge pull request #7699 from mmrvka/master-pkgr
Added cmake and pkg-config as build dependency for pkgr
This commit is contained in:
@@ -5,6 +5,8 @@ targets:
|
||||
debian-7: &wheezy
|
||||
build_dependencies:
|
||||
- libicu-dev
|
||||
- cmake
|
||||
- pkg-config
|
||||
dependencies:
|
||||
- libicu48
|
||||
- libpcre3
|
||||
@@ -13,6 +15,8 @@ targets:
|
||||
ubuntu-14.04:
|
||||
build_dependencies:
|
||||
- libicu-dev
|
||||
- cmake
|
||||
- pkg-config
|
||||
dependencies:
|
||||
- libicu52
|
||||
- libpcre3
|
||||
@@ -20,6 +24,8 @@ targets:
|
||||
centos-6:
|
||||
build_dependencies:
|
||||
- libicu-devel
|
||||
- cmake
|
||||
- pkgconfig
|
||||
dependencies:
|
||||
- libicu
|
||||
- pcre
|
||||
|
||||
Reference in New Issue
Block a user