Skip to content

Commit

Permalink
* Add missing requires java.desktop to module-info.java (issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Jul 29, 2019
1 parent 757238d commit 933becc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,4 +1,5 @@

* Add missing `requires java.desktop` to `module-info.java` ([issue #1265](https://github.com/bytedeco/javacv/issues/1265))
* Upgrade dependencies for FFmpeg 4.1.3

### July 9, 2019 version 1.5.1
Expand Down
1 change: 1 addition & 0 deletions src/main/java9/module-info.java
@@ -1,5 +1,6 @@
module org.bytedeco.javacv {
exports org.bytedeco.javacv;
requires java.desktop;
requires javafx.graphics;
requires transitive org.bytedeco.javacpp;
requires org.bytedeco.opencv;
Expand Down

0 comments on commit 933becc

Please sign in to comment.