modules: fix typo in meson build.

This explains such WARNING over a previous installation on Windows:

> (gimp-2.99.exe:11524): GLib-GObject-WARNING **: 21:36:36.664: Two different plugins tried to register 'ControllerDXDInput'.

The previous install was autotools-built, so it didn't have the typo.
This commit is contained in:
Jehan 2022-11-13 22:21:14 +01:00
parent 75e56986a0
commit 3852f164d2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ endif
if directx.found()
modules += {
'name': 'controller-dx-input',
'name': 'controller-dx-dinput',
'srcs': [ 'controller-dx-dinput.c', 'gimpinputdevicestore-dx.c', ],
'deps': directx,
'link': [ controller_libs, ],