mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-20 07:30:16 +01:00
Activate the wintab profile if we are on windows and the SDK path is set.
This commit is contained in:
parent
4cb3cc08fc
commit
92391498cf
|
|
@ -114,6 +114,30 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>windows</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>windows</family>
|
||||
</os>
|
||||
<property>
|
||||
<name>env.WINTABSDKDIR</name>
|
||||
</property>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>wintab-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>natives-wintab</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>wintab-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>ReadAllEvents</id>
|
||||
<build>
|
||||
|
|
|
|||
Loading…
Reference in a new issue