-
Notifications
You must be signed in to change notification settings - Fork 1
/
Alien-wxWidgets.yml
40 lines (40 loc) · 1.08 KB
/
Alien-wxWidgets.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
match:
distribution: '/Alien-wxWidgets-0\.65\.'
perlconfig:
osname: freebsd
disabled: 1
# Actually it fails at least if sys/inotify.h is available, which is
# some BSD variant lacking some functions needed by wx.
# Probably provided by devel/libinotify package.
---
match:
distribution: '/Alien-wxWidgets-0\.67\.'
perlconfig:
myuname: 'freebsd cvrsnica-freebsd-92'
disabled: 1
# Compilation fails with some FreeBSD 9 installations (cvrsnica-freebsd-92)
# but others are fine (cvrsnica), also FreeBSD 10 is fine
---
match:
distribution: '/Alien-wxWidgets-\d'
perlconfig:
archname: -freebsd
pl:
env:
AWX_WXWIDGETS-BUILD: no
# eexpect:
# mode: anyorder
# timeout: 60
# talk:
# - 'Do you want to(?: fetch and)? build wxWidgets(?: from sources)?\?'
# - "no\n"
# - '\QWhich archive type?\E'
# - "\n"
# - '\QDo you want to enable Unicode support [yes ]'
# - "\n"
# - '\QDo you want to include OpenGL support\E'
# - "\n"
make:
env:
WX_CONFIG: wxgtk2u-3.0-config
# Prefer system Wx, faster to build and uses less disk space.