nathan-osman / gimp-webp

Gimp plugin for loading and saving WebP images
GNU General Public License v3.0
69 stars 8 forks source link

gegl-0.4 #17

Open usimonm opened 3 years ago

usimonm commented 3 years ago

Hi,

the CMakeList.txt checks against gegl-0.3 when gegl-04 installed it didn't work. I had to change line 47 to: gegl-0.4>=0.3.8

then it worked faultless.

Uwe

qrobinson commented 2 years ago

solution confirmed changing line 47 to: gegl-0.4>=0.4.0 works