mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
Use correct name for the qtwebengine class.
Wrong copy/paste. This is not important as we reference dependencies by their name attribute, not by the class name. But it is better to have a correct name.
This commit is contained in:
parent
c7ea2a31cb
commit
11fc5a0a9c
@ -36,7 +36,7 @@ class org_kde(Dependency):
|
||||
self.command('install_sdk', self._install_sdk)
|
||||
|
||||
|
||||
class org_kde(Dependency):
|
||||
class io_qt_qtwebengine(Dependency):
|
||||
neutral = False
|
||||
name = 'io.qt.qtwebengine'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user