Skip to content

Commit

Permalink
Sixparrot: kill off SDL bindings
Browse files Browse the repository at this point in the history
this commit adds missing part of fa27c80
  • Loading branch information
Jimmy Zhuo committed Mar 6, 2013
1 parent fa27c80 commit cc14047
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions README_cygwin.pod
Expand Up @@ -63,11 +63,6 @@ need Cygwin Perl rather than ActiveState or Strawberry Perl.
Note that ICU is now optional, you can build Parrot without it,
by not installing it or asking Parrot to ignore it (C<--without-icu>).

=item SDL

SDL references F<cygSDL-1-2-0.dll>, which is only in cygports
L<http://news.gmane.org/gmane.os.cygwin.ports.announce>

=item aio

libaio-devel "Linux-native asynchronous I/O access" is not available
Expand Down
1 change: 0 additions & 1 deletion t/examples/catchall.t
Expand Up @@ -33,7 +33,6 @@ foreach my $file (keys %$manifest) {
next if $file =~ m{^examples/tutorial}; # all are tested in tutorial.t
next if $file =~ m{^examples/pir/befunge}; # language, not testable here
next if $file =~ m{^examples/languages}; # language, not testable here
next if $file =~ m{^examples/nci/sdl}; # depends on SDL install
next if $file =~ m{^examples/nci/xlib}; # depends on libX11 install
$files{$file}=undef;
}
Expand Down

0 comments on commit cc14047

Please sign in to comment.