Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f9ebbc21e..2063728b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,5 +77,18 @@
<module>features/org.eclipse.equinox.executable.feature</module>
<module>features/org.eclipse.osgi.compatibility.plugins.feature</module>
</modules>
-
+ <profiles>
+ <profile>
+ <id>build-native-launchers-gtk.linux.ppc64le</id>
+ <activation>
+ <property>
+ <name>native</name>
+ <value>gtk.linux.ppc64le</value>
+ </property>
+ </activation>
+ <modules>
+ <module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le</module>
+ </modules>
+ </profile>
+ </profiles>
</project>

Back to the top