Skip to content

Commit d7196b1

Browse files
committed
[unix] externalize midi plugin
it might depend on libraries we don't want the VM to link against.
1 parent eab1bf9 commit d7196b1

File tree

46 files changed

+23
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+23
-23
lines changed

build.linux32ARMv6/pharo.cog.spur/plugins.ext

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copied, perhaps edited, from ../src/examplePlugins.ext
22
EXTERNAL_PLUGINS = \
3+
MIDIPlugin \
34
B3DAcceleratorPlugin \
45
FT2Plugin \
56
JPEGReaderPlugin \

build.linux32ARMv6/pharo.cog.spur/plugins.int

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ IA32ABI \
1919
JoystickTabletPlugin \
2020
LargeIntegers \
2121
Matrix2x3Plugin \
22-
MIDIPlugin \
2322
MiscPrimitivePlugin \
2423
Mpeg3Plugin \
2524
SecurityPlugin \

build.linux32ARMv6/squeak.cog.spur/plugins.ext

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copied, perhaps edited, from ../../src/examplePlugins.ext
22
EXTERNAL_PLUGINS = \
3+
MIDIPlugin \
34
B3DAcceleratorPlugin \
45
FileAttributesPlugin \
56
Squeak3D \

build.linux32ARMv6/squeak.cog.spur/plugins.int

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ JPEGReadWriter2Plugin \
2525
Klatt \
2626
LargeIntegers \
2727
Matrix2x3Plugin \
28-
MIDIPlugin \
2928
MiscPrimitivePlugin \
3029
Mpeg3Plugin \
3130
RePlugin \

build.linux32ARMv6/squeak.stack.spur/plugins.ext

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copied, perhaps edited, from ../../src/examplePlugins.ext
22
EXTERNAL_PLUGINS = \
3+
MIDIPlugin \
34
FileAttributesPlugin \
45
LocalePlugin \
56
Squeak3D \

build.linux32ARMv6/squeak.stack.spur/plugins.int

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ JPEGReadWriter2Plugin \
2323
Klatt \
2424
LargeIntegers \
2525
Matrix2x3Plugin \
26-
MIDIPlugin \
2726
MiscPrimitivePlugin \
2827
Mpeg3Plugin \
2928
RePlugin \

build.linux32ARMv6/squeak.stack.v3/plugins.ext

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copied, perhaps edited, from ../../src/examplePlugins.ext
22
EXTERNAL_PLUGINS = \
3+
MIDIPlugin \
34
FileAttributesPlugin \
45
LocalePlugin \
56
Squeak3D \

build.linux32ARMv6/squeak.stack.v3/plugins.int

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ JPEGReadWriter2Plugin \
2323
Klatt \
2424
LargeIntegers \
2525
Matrix2x3Plugin \
26-
MIDIPlugin \
2726
MiscPrimitivePlugin \
2827
Mpeg3Plugin \
2928
RePlugin \

build.linux32x86/pharo.cog.spur.lowcode/plugins.ext

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copied, perhaps edited, from ../src/examplePlugins.ext
22
EXTERNAL_PLUGINS = \
3+
MIDIPlugin \
34
B3DAcceleratorPlugin \
45
FT2Plugin \
56
JPEGReaderPlugin \

build.linux32x86/pharo.cog.spur.lowcode/plugins.int

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ IA32ABI \
1919
JoystickTabletPlugin \
2020
LargeIntegers \
2121
Matrix2x3Plugin \
22-
MIDIPlugin \
2322
MiscPrimitivePlugin \
2423
Mpeg3Plugin \
2524
SecurityPlugin \

0 commit comments

Comments
 (0)