Skip to content

Commit

Permalink
Switch to the now-preferred unprefixed xcb package names.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Feb 10, 2017
1 parent 01c1cc3 commit 29d796f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipe/meta.yaml
Expand Up @@ -15,7 +15,7 @@ source:
sha256: {{ sha256 }}

build:
number: 5
number: 6
detect_binary_files_with_prefix: true
features:
- vc9 # [win and py27]
Expand Down Expand Up @@ -52,9 +52,10 @@ requirements:
- vc 14 # [win and py>=35]
- xorg-inputproto
- xorg-kbproto
- xorg-libxcb 1.*
- libxcb 1.*
- pthread-stubs
- xorg-util-macros
- xorg-xcb-proto
- xcb-proto
- xorg-xextproto
- xorg-xproto
- xorg-xtrans
Expand All @@ -63,7 +64,7 @@ requirements:
- vc 10 # [win and py34]
- vc 14 # [win and py>=35]
- xorg-kbproto
- xorg-libxcb 1.*
- libxcb 1.*
- xorg-xproto

test:
Expand Down

0 comments on commit 29d796f

Please sign in to comment.