mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
75e56986a0
commit
3852f164d2
1 changed files with 1 additions and 1 deletions
|
@ -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, ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue